zpm26310 has asked for the wisdom of the Perl Monks concerning the following question:
I get this as an error messageuse DBI; $dbh=DBI->connect('dbi:mysql:foo','root',''); $sth=$dbh->prepare("select * from foo"); $sth->execute(); $sth->finish();
My cgi perl scripts work fine though.
I recently updated mysql client/server and DBI to most recent.
Why does it do this. Please help :(
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: problems with perl/dbi/mysql
by davorg (Chancellor) on Mar 16, 2001 at 20:40 UTC | |
|
Re: problems with perl/dbi/mysql
by arhuman (Vicar) on Mar 16, 2001 at 21:48 UTC | |
|
Re: problems with perl/dbi/mysql
by Masem (Monsignor) on Mar 16, 2001 at 21:02 UTC |