SOLUTION: "mysql_connect(): Client does not support authentication protocol requested by server; consider upgrading MySQL client"
Hello everyone , I lost quite sometime on this one
After upgrading to mysql 4.x , I created a database , added an user and set password and permissions.
Everytime I tried my script , I got mysql_connect(): Client does not support authentication protocol requested by server; consider upgrading MySQL client"
Please do the following:
In /etc/my.cnf , add "old_passwords=1" to all sections (maybe only needed in the mysqld section but I did it everywhere)
stop and start the mysqld
reassing the password to the mysql user so it will be stored using the old format
Bingo!
Cheers
Fernando Cabal
http://www.interteldepot.com
(Cheap Domain Names & Hosting solutions)