PHP gevorderde |
|
Hallo,
Bij een script krijg ik deze error:
Warning: mysql_connect(): Client does not support authentication protocol requested by server; consider upgrading MySQL client in /vhost/usr/Intensity/test/config.php on line 8
Client does not support authentication protocol requested by server; consider upgrading MySQL client
Omdat ik denk dat dit wel juist is versta ik het niet :
mysql_connect($host,$user,$pass) or die(mysql_error());
mysql_select_db($db);
|