Imtehbegginer Posted September 3, 2006 Share Posted September 3, 2006 Warning: mysql_connect(): Client does not support authentication protocol requested by server; consider upgrading MySQL client in c:\cms\www\config.php on line 16Connection Failed[b]I am using WAMPSERVER[/b] Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted September 3, 2006 Share Posted September 3, 2006 This is an old MYSQL client API problem. What version of PHP and MySQL are using?To solve this you'll need to save your mysql password for the userrname you are using with the OLD_PASSWORD function, you'll have to reset the password via command promt. Quote Link to comment Share on other sites More sharing options...
paul2463 Posted September 3, 2006 Share Posted September 3, 2006 Have a look here in the <a href="http://dev.mysql.com/doc/refman/5.0/en/old-client.html"> Manual</a> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.