PDA

View Full Version : phpMyAdmin cloak


Kriek
04-06-03, 01:43 PM
phpMyAdmin listing all databases on the server?
If you have experienced this phenomenon, this will fix it.

/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.

suppleSupport
04-06-03, 03:07 PM
I tried that... didn't work :(

suppleSupport
04-06-03, 07:18 PM
Here's a fix:

MySQL 4.x upgrade If you are able to see all the databases on the server from phpMyAdmin after the MySQL 4.x upgrade you should run /scripts/updatenow;/scripts/fixmysql in a root shell as this will fix the mysql privilege table. For more information on this issue please review: http://www.mysql.com/doc/en/Upgrading-from-3.23.html

:D

interactive
04-06-03, 09:44 PM
That's a sure way to jack any control panel up though (upgrading mysql).

1000rpm
04-07-03, 12:23 PM
They've got an official fix for this over at Cpanel.net.