Re: "mysql_connect(): Client does not support authentication protocol requested by server; consider upgrading MySQL client"
Posted by:
Travis Weir ()
Date: December 13, 2004 10:15AM
Hi all,
When attempting to execute the following piece of PHP code :
$db= mysql_connect('WOTTIMPRQCLB:3306', 'root', 'root');
even after trying everything posted on this thread, I am still getting the following error :
Warning: mysql_connect(): Client does not support authentication protocol requested by server; consider upgrading MySQL client in c:\inetpub\wwwroot\samples.php on line 4
What now ???
I have read that this is a bug in PHP, if so, is it fixed in later versions ??
Please help ...
Thank you,
Travis