Dear all, 

I'm mysql newbie. 

When I try to connect to mysql using php script, it answers: 

Warning: mysql_connect(): Client does not support authentication 
protocol requested by server. Consider upgrading MySQL client 
in /usr/local/www/data-dist/grad-web/email.php on line 18 

It talks about line 18 of my email.php script, which is

MYSQL_CONNECT($hostname,$username,$password);

So how do I set the proper authentication protocol requested by server? 

MySQL version is 4.1.0-alpha 
OS is FreeBSD 5.2

Best regards, 

-- 
Yuriy Markiv


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to