Re: Apache::DBI issue ...

2003-11-24 Thread Cees Hek
Quoting Greg McClure <[EMAIL PROTECTED]>: > However, when I try to run this code: > > * <%init> > * use DBI; > * my $dbh = DBI->connect("DBI:mysql:remembering", "root", ""); > * my $sth = $dbh->prepare("insert into users > * (username, password, fir

Apache::DBI issue ...

2003-11-24 Thread Greg McClure
Hello mod_perl world, I'm running a new installation of Mason, with Apache::DBI, and everything on the Mason side seems to be working well. However, when I try to run this code: * <%init> * use DBI; * my $dbh = DBI->connect("DBI:mysql:remembering", "root", ""); * my $sth = $dbh