"Client Does Not Support Authentication Protocol" Getting Fix MySQL Error

Welcome Login | Register

"Client Does Not Support Authentication Protocol" Getting Fix MySQL Error
  Forums Index
      » MYSQL Forums
        » » "Client does not support authentication protocol" Getting Fix MySQL Error



"Client Does Not Support Authentication Protocol" Getting Fix MySQL Error
Post Description:
Post Tags: client, does, not, support, authentication, protocol, getting, fix, mysql, error, mysql database, support, help, answers, questions, help
This Post Has Been Viewed 609 Times Since Mon Nov 06, 2006 10:59 pm Posted By bigger_travis with 0 replies
"Client Does Not Support Authentication Protocol" Getting Fix MySQL Error
The reason for this is explained and several solutions are presented on this page: MySQL Reference Manual: A.2.3. Client does not support authentication protocol. Specifically, look for the instructions after:


     Code:
Reset the password to pre-4.1 style for each user that needs to use a pre-4.1 client program.
This can be done using the SET PASSWORD statement and the OLD_PASSWORD() function:
mysql> SET PASSWORD FOR 'some_user'@'some_host' = OLD_PASSWORD('newpwd');



Leave Your Comments






Share
HTML Link:
You can use this HTML code to put it on your website to show your friends this wallpaper. Use this code on your profile like myspace, friendster, Facebook or others. Just Copy and Paste it in your HTML on your websites



Fourms BBCODE:
BBCODE is use on forums. You can put this code on all your BBCODE enabled forums like PhpBB, vBulletin® and others. Just Copy and Paste this code on your Posts and Replies on your forums





Comments and replies About "Client Does Not Support Authentication Protocol" Getting Fix MySQL Error




(0) Comments