Re: mysql dbi connect

2001-08-18 Thread s. keeling
On Sat, Aug 18, 2001 at 11:07:06AM -0400, Steven Marx wrote: > I am having a problem with MySQL. I am seeking some advice on either what is wrong > or how to pursue the cause of this bug. > > I am using Perl DBI to interface with MySQL and when i execute the > following statement: > $dbh = DBI->c

mysql dbi connect

2001-08-18 Thread Steven Marx
I am having a problem with MySQL. I am seeking some advice on either what is wrong or how to pursue the cause of this bug. I am using Perl DBI to interface with MySQL and when i execute the following statement: $dbh = DBI->connect('DBI:mysql:database=dbmysql2', undef, undef, {PrintError =>0}) ||

mysql dbi connect

2001-08-17 Thread Steven Marx
I am having a problem with MySQL. I am seeking some advice on either what is wrong >or how to pursue the cause of this bug. > >I am using Perl DBI to interface with MySQL and when i execute the >following statement: >$dbh = DBI-connect('DBI:mysql:database=dbmysql2', undef, undef, >{PrintError =0})

MySQL DBI connect

2001-08-17 Thread Steven Marx
I am having a problem with MySQL. I am seeking some advice on either what is wrong or how to pursue the cause of this bug. I am using Perl DBI to interface with MySQL and when i execute the following statement: $dbh = DBI->connect('DBI:mysql:database=dbmysql2', undef, undef, {PrintError =>0}) ||