Hi,
I'm trying to set up a connection to MySQL on my home network.
MySQL seems to be working all right, I've created accounts, databases and
tables, etc.
PHP-version 4.3.9, and according to phpinfo() no configure command.
If I execute the command:
$db = mysql_connect ('localhost', 'root', 'xxxxxx') or die ("Unable to
connect to Database Server");
then the following error message appears:
Warning: mysql_connect() : Client does not support authentication protocol
requested by server; consider upgrading MySQL client in test.php on line 3
Unable to connect to Database Server.
Suggestions please, Marcel
I'm trying to set up a connection to MySQL on my home network.
MySQL seems to be working all right, I've created accounts, databases and
tables, etc.
PHP-version 4.3.9, and according to phpinfo() no configure command.
If I execute the command:
$db = mysql_connect ('localhost', 'root', 'xxxxxx') or die ("Unable to
connect to Database Server");
then the following error message appears:
Warning: mysql_connect() : Client does not support authentication protocol
requested by server; consider upgrading MySQL client in test.php on line 3
Unable to connect to Database Server.
Suggestions please, Marcel
Comment