phpMyAdmin cloak

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
User avatar
Kriek
Forum Contributor
Posts: 238
Joined: Wed May 29, 2002 3:46 am
Location: Florida
Contact:

phpMyAdmin cloak

Post by Kriek »

phpMyAdmin listing all databases on the server?
If you have experienced this phenomenon, this will fix it.

Code: Select all

/usr/bin/mysql_fix_privilege_tables
Make sure to login as root and run this command. After running the command stop and start MySQL. You might need to logout of your phpMyAdmin, and then log back in order to see the changes.
Post Reply