in reply to
DBI, DBD::MySQL, Apache & Cygwin
Try to connect without the port:
$dbh = DBI->connect("DBI:mysql:fab:127.0.0.1",$user,$pass);
Comment on
Re: DBI, DBD::MySQL, Apache & Cygwin
Download
Code
Replies are listed 'Best First'.
Re^2: DBI, DBD::MySQL, Apache & Cygwin
by
rvosa
(Curate)
on Sep 02, 2004 at 10:45 UTC
Mmmm... if I run that in a script from the command line, it works... but not as a cgi.
[reply]
In Section
Seekers of Perl Wisdom