Forum Moderators: coopster
I have installed Mysql 4.1.7 on my windows xp professional machine, and php 4.3.9 and apache are all installed.And i am sure i have started my Mysql server! But when i connect to the mysql server in my php code, it get a messege like below:
Warning: mysql_connect(): Client does not support authentication protocol requested by server; consider upgrading MySQL client in D:\www\site\selfSite\control\test.php4 on line 2
and the php code is just a simple test code like:
<?php
$dd = mysql_connect("localhost", "user", "pass");
?>
all the code goes well on mysql server 4.0.22.
what can i do? Don't tell me go back to mysql 4.0.22.
thanks for your help. have a nice day!
[webmasterworld.com...]