At 8:27 -0700 10/5/04, Claire Lee wrote:
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

Recompile DBD::mysql so that it links in the 4.1.5 client library.

--
Paul DuBois, MySQL Documentation Team
Madison, Wisconsin, USA
MySQL AB, www.mysql.com

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



Reply via email to