I have this problem again when I installed to windows 2000 using MYSQL 4.1 and PHP 4.3.1
'Client does not support authentication protocol requested by server; consider upgrading MySQL client'
I have the same problem with this when I installed under Windows XP. The solution for this is to run the following command under SQL environment.
SET PASSWORD FOR user@localhost = OLD_PASSWORD('password');
But when I do this command under Windows 2000, it does not work ? the sql message says 'Query OK, 0 rows affected'
Been trying the solution all over and over again to no avail . . . .
Can someone help me on this please.
Thanks