MySQL Forums
Forum List  »  Install & Repo

Re: SOLUTION "mysql_connect(): Client does not support authentication protocol requested by server; consider upgrading MySQL client"
Posted by: Hy Chanhan
Date: January 15, 2006 05:20AM

Simon Orr wrote:
> The newer version of MySQL seems to use a new
> password style, which PHP cannot send. I admit I
> don't understand the situation but the following
> mysql command will set an old-style password which
> PHP can use. I'm also not sure of the security
> implications
>
> SET PASSWORD FOR 'username'@'localhost' =
> OLD_PASSWORD('your_password');


Simon Orr.
Thanks you very much.
I have this problem i can not resolv but after i saw your instruction i was successful,

thank you,

Hy Chanhan,

Options: ReplyQuote


Subject
Written By
Posted
December 31, 2005 12:02AM
December 31, 2005 02:28AM
March 29, 2006 03:12AM
March 24, 2007 02:58PM
January 03, 2006 07:48AM
March 16, 2006 10:03AM
Re: SOLUTION "mysql_connect(): Client does not support authentication protocol requested by server; consider upgrading MySQL client"
January 15, 2006 05:20AM
November 02, 2005 07:38AM
January 16, 2006 03:46PM
July 24, 2006 07:40AM
March 28, 2006 11:18PM
August 23, 2006 01:21PM


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.