Hello
You can run the following command if you simply want a list of all databases:
Code:
# mysql
mysql> show databases;
You will find additional information about your databases in the YAML files for the accounts in the following directory:
These files will also be helpful:
Code:
/var/cpanel/databases/dbindex.db
/var/cpanel/databases/users.db
Thank you.