PHPMyAdmin - Client does not support authentication protocol requested by server
The Problem
PHPMyAdmin has been setup to use "cookie" authentication, but when you try to log into phpmyadmin, it returns:
"Client does not support authentication protocol requested by server; consider upgrading MySQL client"
The Fix
This is because, the mysqlclient installed on the box does not use the same authentication protocol that the mysqlserver is using. You can either upgrade the client, or reset the root password using this
SET PASSWORD FOR user@localhost = OLD_PASSWORD('password');
0 TrackBacks
Listed below are links to blogs that reference this entry: PHPMyAdmin - Client does not support authentication protocol requested by server.
TrackBack URL for this entry: http://www.megalinux.net/cgi-bin/mt/mt-tb.fcgi/55

Leave a comment