| View previous topic :: View next topic |
| Author |
Message |
Seby FlashWebHost Member
Joined: 18 Oct 2005 Posts: 13
|
Posted: Tue Oct 18, 2005 6:06 pm Post subject: phpmyadmin shows all mysql database |
|
|
| I loged in phpMyadmin, it listed all databse on server. Anyone know about this ? |
|
| Back to top |
|
 |
admin Site Admin
Joined: 23 Jan 2003 Posts: 256 Location: India
|
Posted: Tue Oct 18, 2005 6:09 pm Post subject: |
|
|
On Cpanel server this happen at times when WHM or Cpanel is upgraded.
There are 3 ways to FIX the problem. You have to follow any one of the method given below, first one is easy.
Method 1
| Quote: |
/scripts/cleanupmysqlprivs
|
Method 2
Run following command as root in MySQL prompt
| Quote: |
UPDATE mysql.user SET Lock_tables_priv = 'N', Create_tmp_table_priv = 'N' WHERE
User != 'root'; FLUSH PRIVILEGES;
|
Method 3
run the command as root
| Quote: |
/usr/bin/mysql_fix_privilege_tables
|
_________________ HostOnNet.com - Reseller Hosting
Free Ads Forum, Promote your site
NetFreeHost.com - Free Web Hosting, phpBB Hosting |
|
| Back to top |
|
 |
|