Error :
Warning: mysql_connect() [function.mysql-connect]: Client does not support authentication protocol requested by server; consider upgrading MySQL client in /home/path/public_html/includes//adodb-mysql.inc.php on line 355
Info :
dbuser=dbuser
dbpasswd=mypassword
Solution : Update your mysql user
mysql> UPDATE mysql.user SET password = OLD_PASSWORD(‘mypassword’) WHERE user=’dbuser’ AND host=’localhost’;
Query OK, 1 row affected (0.00 sec)
Rows matched: 1 Changed: 1 Warnings: 0
mysql> quit
Reference :
Google Search
Incoming search terms for the article:
- Client does not support authentication protocol requested by server
- CRITICAL - Unable to connect to mysql://nagios@localhost/ - Client does not support authentication protocol requested by server; consider upgrading MySQL client
- mysql error di server

















{ 2 comments… read them below or add one }
Thanks info nya..tapi permasalahan ini timbul karena apa ya?
Biasanya karena downgrade/upgrade mysql