Client does not support authentication protocol requested by server

Started by Rimsky, October 23, 2004, 03:30:21 AM

Previous topic - Next topic

Rimsky

Install everything, but the install.php page gives me:
Client does not support authentication protocol requested by server
php 4.3.9
MySQL 4.1.6 (Can't get 4.0.21 to work)
Winxp
IIS

Can anyone offer any help? ???


Rimsky

Quote from: Dem0n on October 23, 2004, 04:41:57 AM
Does your host support the above?
I'm running it local on my WinXP machine, if that's what you're asking?

Oldiesmann

Try this MySQL Query:

SET PASSWORD FOR 'yourusername' @ 'localhost' = OLD_PASSWORD('yourcurrentpassword');

http://dev.mysql.com/doc/mysql/en/Old_client.html

Artras

I had the same problem. I was able to solve it by creating a user with the MySql Administrator tool and using that name and pw to connect to the database. I hope this works for you too.

Advertisement: