News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

Main Menu

Did anyone try to update MySQL client when "Client does not support authenticati

Started by cpthk, April 01, 2005, 05:45:17 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

cpthk

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.

kegobeer

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.
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots