I'm trying to connect to my mysql server and I am getting a weird error. This site has been working forever and just stopped. I know that the login credentials are correct because I have tested them via a command line and can connect fine. However, when I try to do it though php code I get this error.
Warning: mysql_connect() [function.mysql-connect]: Client does not support authentication protocol requested by server; consider upgrading MySQL client in c:\somefolder\test.php on line 7
Error connecting to mysql
I researched it and tried to reset the password but that did not work. I'm hosting things on a win 2k8 server with IIS 7. Any help would be greatly appreciated.