Annie Site Admin
Joined: 19 Jun 2005 Posts: 23
|
Posted: Thu Feb 02, 2006 6:16 am Post subject: Hide Other Account MySQL Databases |
|
|
Cpanel showing all databases on the server instead of just the ones for the specific cPanel account.
To fixing the problem do following,
1. Login to your dedicated server via SSH.
2. Lets edit the mysql configuration file.
Type: pico -w /etc/my.cnf
3. Add this to the bottom of the file if it is not there already.
safe-show-database
4. Save the MySQL Configuration file
Press: CTRL-X Then Y then Enter
5. Restart MySQL with the following command.
Type: /scripts/restartsrv_mysql
This will solve the problem. |
|