Re: Client does not support authentication protocol requested by server; consider upgrading MySQL client
Posted by: Russell Stitt
Date: September 29, 2005 05:20AM

You might try referring to the php reference manual under the following section:

5.7.9. Password Hashing in MySQL 4.1

Someone else suggested using old_password() to convert the password. This worked for me (I have PHP5 and mysql 4+, Apached 2). I would use mysqli extensions which have fixed this problem for me in the past. Am going to try starting the mysql server with --old password option as suggested in the above section.

Good luck.

Options: ReplyQuote


Subject
Written By
Posted
Re: Client does not support authentication protocol requested by server; consider upgrading MySQL client
September 29, 2005 05:20AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.