Hi! I'm running PHP 4.4.0, MySQL Server 4.1 and Apache 2.0.54 on Windows XP and everything works just fine except accessing to MySQL through PHP code.
After "mysql_connect("host", "user", "password")" lines I get "Warning: mysql_connect(): Client does not support authentication protocol requested by server; consider upgrading MySQL client in C:\..." (I used correct host name, user name and password).
When I tryed to connect to the server through "Command Prompt" with: "mysql -u user_name -password ", or with "MySQL Command Line Client" by inserting the password- I get connected. In MySQL manual I have found that this symptom indicates that I have problem with program, not with access privileges.
Can anyone help me to solve this problem with program?
After "mysql_connect("host", "user", "password")" lines I get "Warning: mysql_connect(): Client does not support authentication protocol requested by server; consider upgrading MySQL client in C:\..." (I used correct host name, user name and password).
When I tryed to connect to the server through "Command Prompt" with: "mysql -u user_name -password ", or with "MySQL Command Line Client" by inserting the password- I get connected. In MySQL manual I have found that this symptom indicates that I have problem with program, not with access privileges.
Can anyone help me to solve this problem with program?