coppermine-gallery.com/forum

Support => Older/other versions => cpg1.3.x Support => Topic started by: cpthk on April 01, 2005, 05:45:17 AM

Title: Did anyone try to update MySQL client when "Client does not support authenticati
Post by: cpthk on April 01, 2005, 05:45:17 AM
Did anyone try to update MySQL client and success when the problem occur "Client does not support authentication protocol requested by server; consider upgrading MySQL client."

I know the solution is:
mysql> SET PASSWORD FOR
    -> 'some_user'@'some_host' = OLD_PASSWORD('newpwd');

in the url: http://dev.mysql.com/doc/mysql/en/old-client.html

But if I want to use the new password hashing type. Do anyone know how to do that?
Thanks.
Title: Re: Did anyone try to update MySQL client when "Client does not support authenti
Post by: kegobeer on April 01, 2005, 06:11:33 AM
You need a version of PHP that has the updated client.  You didn't post any server info, so I don't know what version you have.  I use 5.0.3 and have no problems.