in reply to more MySQL fun

Try:
my $dbh = DBI->connect("DBI:mysql:database=router;host=localhost","use +rname","passwd", {'RaiseError' => 1 });
Boris

Replies are listed 'Best First'.
Re^2: more MySQL fun
by GaijinPunch (Pilgrim) on Jan 11, 2005 at 02:37 UTC
    Yeah... how the hell did I get DBH anyway? Well, I'm getting a 500 error now, but that's a start.