| 
	
 | 
 Posted by Andy Hassall on 11/05/06 22:56 
On Sun, 5 Nov 2006 17:06:59 -0500, "Paul" <lof@invalid.com> wrote: 
 
>Warning: mysql_connect() [function.mysql-connect]: Client does not support  
>authentication protocol requested by server; consider upgrading MySQL client  
>in D:\MyDocuments\web\client\login.php on line 3 
 
 There's even a section in the MySQL manual, which is the first hit on Google 
for the error message you posted, for what to do: 
 
 http://dev.mysql.com/doc/refman/5.0/en/old-client.html 
 
 It offers several possibilities, the most advisable of which is to upgrade the 
MySQL client that your system is using. 
 
 Note that older versions of PHP came bundled with a MySQL 3.2.x client 
library, although that (probably) doesn't mean you're forced to use that 
specific version. 
 
--  
Andy Hassall :: andy@andyh.co.uk :: http://www.andyh.co.uk 
http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis tool
 
[Back to original message] 
 |