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);

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.