Monday, November 06, 2006

PHPMyAdmin Authentication Error

Error: PHPMyAdmin - Client does not support authentication protocol requested by server; consider upgrading MySQL client.
Explanation: The user's password is stored on the server in the new password format.
Solution: In the server MySQL console: set password for user@host = OLD_PASSWORD('the_password');

No comments: