Hi,
I have a perl script that connect to mysql using the
following:

my $dbh =
DBI->connect("DBI:mysql:$dbname;host=$host","$dblogin",
"$dbpasswd") or die "Cannot connect to $dbname: " .
$DBI::errstr;

But after I upgraded to 4.1.5 I get the following
error message:
DBI->connect(dbname;host=host) failed: Client does not
support authentication protocol requested by server;
consider upgrading MySQL client

What shall I do? Please help. Thanks.

Claire


                
__________________________________
Do you Yahoo!?
Yahoo! Mail is new and improved - Check it out!
http://promotions.yahoo.com/new_mail

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

Reply via email to