nobaloney
NoBaloney Internet Svcs - In Memoriam †
You should ignore that warning.
Jeff
Jeff
Equand said:mysql_connect(): Client does not support authentication protocol requested by server; consider upgrading MySQL client in
well as far as i understood php 4.3.11 wasn't supposed to work with mysql 4.11, now any suggestions? how to fix the non working zend? i need latest php 4 to work...
Thank you that workedWebcart said:PHP 4.3.11 can work with MySQL 4.1x just fine.
You just need to make sure PHP is compiled with mysql extension supporting MySQL 4.1x. Change "--with-mysql" to "--with-mysql=/PATH/TO/MySQL41".
Alternatively, you can force old-style authentication in MySQL 4.1x: http://dev.mysql.com/doc/refman/4.1/en/password-hashing.html
Let us know how it goes.