Can't connect to mySQL
From: Dietmar Appelt (Dietmar.Appelt_at_cenveo.com)
Date: 03/18/05
- Next message: Remo Sanges: "Re: Can't connect to mySQL"
- Previous message: Tom Gazzini: "How to get trace from Class::DBI ?"
- Next in thread: Remo Sanges: "Re: Can't connect to mySQL"
- Reply: Remo Sanges: "Re: Can't connect to mySQL"
- Reply: Kevin Carothers: "Re: Can't connect to mySQL"
- Reply: Felix Geerinckx: "Re: Can't connect to mySQL"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 18 Mar 2005 13:29:08 -0700 To: <dbi-users@perl.org>
If someone has seen the error message for the following perl script please let me know.
I am new to DBI and appreciate your support.
use strict;
use DBI;
my $dbh = DBI->connect('DBI:mysql:test:032dappelt','dappelt','YES',{ RaiseError => 1,AutoCommit =>0 });
exit 0;
#=======
#Output:
#=======
#H:\Perl>test.pl
#DBI connect('test:032dappelt','dappelt',...) failed: Client does not support aut
#hentication protocol requested by server; consider upgrading MySQL client at H:\
#Perl\test.pl line 9
- Next message: Remo Sanges: "Re: Can't connect to mySQL"
- Previous message: Tom Gazzini: "How to get trace from Class::DBI ?"
- Next in thread: Remo Sanges: "Re: Can't connect to mySQL"
- Reply: Remo Sanges: "Re: Can't connect to mySQL"
- Reply: Kevin Carothers: "Re: Can't connect to mySQL"
- Reply: Felix Geerinckx: "Re: Can't connect to mySQL"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|