MySQL Forums
Forum List  »  PHP

Can't connect php/4.4.1 to Mysql 5.0.16 : Client does not support authentication protocol requested by server; consider upgrading MySQL client
Posted by: juan dela cosa
Date: April 06, 2006 03:46PM

first of all i apologize for my bad english.well said that...

i'm trying to connect via php to mysql server but i get this message on browser :

Client does not support authentication protocol requested by server; consider upgrading MySQL client

the test script is
<?php
$link = mysql_connect("localhost","prueba","prueba");
if ($link) {
echo "conexion exitosa";
}
else {
echo mysql_error();
exit;
}
?>
with the function phpinfo() show me all parameters, so that indicate that is correctly setup i think so...

and the configuration is :
S.O: win Xp pro
Apache/2.0.55 (Win32)
PHP/4.4.1
Mysql 5.0.16, MysqlClient 5.0.11

i suspect that could be the apache configuration but i´m not sure, if someone know what is happening, i really aprecited... well i apologize again for my bad english thanks

Options: ReplyQuote


Subject
Written By
Posted
Can't connect php/4.4.1 to Mysql 5.0.16 : Client does not support authentication protocol requested by server; consider upgrading MySQL client
April 06, 2006 03:46PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.