Tom wrote:
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

Did you search google and look at the mysql website to see what the problem is?

--
Postgresql & php tutorials
http://www.designmagick.com/

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

Reply via email to