Tuesday, December 29, 2009

Client does not support authentication protocol requested by server

To solve this problem just reset the database password
---------------------
mysql> SET PASSWORD FOR 'some_user'@'some_host' = OLD_PASSWORD('newpwd');
----------------------

No comments:

Post a Comment