loupgarou
24th of November 2003 (Mon), 20:28
ok: as I surmise from mysql 4.1, they changed the password authentication algorithm.
so when installation exhibition engine
mysql_connect fails
the error given is
Client does not support authentication protocol requested by server. Consider upgrading MySQL client
--
I don't really know how to continue at this point, since I'm not even certain where is the client (I assume its php itself, latest version: 4.3.4)
I've already tried the solution on
http://www.mysql.com/doc/en/Old_client.html
Tell the server to use the older password hashing algorithm:
Start mysqld with --old-passwords.
Set the password for all users that has a long password. You can find these users with:
--
which I did to no effect.
windows 2000 pro
php 4.3.4
mysql 4.1
apache 1.3.29
any help?
so when installation exhibition engine
mysql_connect fails
the error given is
Client does not support authentication protocol requested by server. Consider upgrading MySQL client
--
I don't really know how to continue at this point, since I'm not even certain where is the client (I assume its php itself, latest version: 4.3.4)
I've already tried the solution on
http://www.mysql.com/doc/en/Old_client.html
Tell the server to use the older password hashing algorithm:
Start mysqld with --old-passwords.
Set the password for all users that has a long password. You can find these users with:
--
which I did to no effect.
windows 2000 pro
php 4.3.4
mysql 4.1
apache 1.3.29
any help?