PHP 4.3.8 & MySQL 4.1.7
Problem with authentication under Apache 2 / PHP 4.3.8 & MySQL 4.1.7 :
any login/passwd request ends by :
Error #1251 - Client does not support authentication protocol requested by server; consider upgrading MySQL client
I have installed php-mysql RPM ver 4.3.8 and MySQL client 4.1.7 which is the latest.
Although phpinfo gives : MYSQL client API 4.0.20
It looks like people had this problem solved in Windows by switching from mySQL.dll to some mySQLi.dll
Others hint that this is due to a different hashing method between MySQL 4.0 and 4.1
How can I correct this ?
|