Aymen++
03-28-2004, 09:07 AM
when i tried to connect to local host using this code:
<?php
$conn=mysql_connect("localhost", "root", "elephant");
echo "$conn";
?>
this message appeared to me:
Warning: MySQL Connection Failed: Client does not support authentication
protocol requested by server; consider upgrading MySQL client in
C:\apache\htdocs\test\mysql.php on line 2
what is the problem?
<?php
$conn=mysql_connect("localhost", "root", "elephant");
echo "$conn";
?>
this message appeared to me:
Warning: MySQL Connection Failed: Client does not support authentication
protocol requested by server; consider upgrading MySQL client in
C:\apache\htdocs\test\mysql.php on line 2
what is the problem?