MySQL Forums
Forum List  »  Newbie

Re: Password problem
Posted by: francis alix
Date: December 12, 2004 07:38AM

Hi,
The solution was hier:
MySQL Forums :: Install :: Re: "mysql_connect():
---------------------------------------------------------------------
Re: "mysql_connect(): Client does not support authentication protocol requested by server; consider upgrading MySQL client"
Posted by: Adrian Perez Vales (IP Logged)
Date: November 24, 2004 05:14AM

Hi I found the solution in another post:

"Re: Error w/ php: mysql_connect(): Client does not support authentication protocol
Posted by: pedro viterbo (IP Logged)
Date: November 22, 2004 11:41AM

you entar in the mySql command line client and enter the following command SET PASSWORD FOR 'user'@'host' = OLD_PASSWORD('password');

example:
my user: is peter, my password: something and my host: localhost

the command will be:

SET PASSWORD FOR peter@localhost = OLD_PASSWORD('something');"


------------------------------------------------
I've tried and YPIEEEEeeeeeeeee it's working for me, hoping t'll for you too.

Francis.

Options: ReplyQuote


Subject
Written By
Posted
December 10, 2004 05:45PM
December 12, 2004 06:45AM
Re: Password problem
December 12, 2004 07:38AM
December 13, 2004 03: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.