Hi, as always, I'm trying to connect to a MySQL database in the following 
way:

mysql_connect('host','user','password');

In my local PC this Works perfectly, but in the server I receipt the 
following error:

mysql_connect(): Client does not support authentication protocol requested 
by server; consider upgrading MySQL client

Which can the cause of this error be?
Am I able to make something to solve it or does a problem belong exclusively 
to the administrator of the server?

Thank you very much,

Tom. 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to