GaijinPunch has asked for the wisdom of the Perl Monks concerning the following question:
connect('database=router:host=localhost','root',...) failed: Access de +nied for user: 'root@localhost' (Using password: YES)
my $dbh = DBI->connect("DBI:mysql:database=dbname:host=localhost","roo +t","password", {'RaiseError' => 1 });
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Accessing MySQL DB through DBI
by johnnywang (Priest) on Jan 06, 2005 at 02:38 UTC | |
Re: Accessing MySQL DB through DBI
by William G. Davis (Friar) on Jan 06, 2005 at 02:48 UTC | |
Re: Accessing MySQL DB through DBI
by cchampion (Curate) on Jan 06, 2005 at 09:15 UTC | |
by GaijinPunch (Pilgrim) on Jan 06, 2005 at 23:35 UTC |