X-Git-Url: http://git.pippins.net/embedvideo/.git/static/git-logo.png?a=blobdiff_plain;f=bin%2Fparse_ward_data;h=7a3c07249ef4b5edafa6a21d19f7114a1f2fc153;hb=e78ac716347d97b0b3daa8c15ad3be42ce3e5d87;hp=c2397cf211ee586971b917ac5a964508788ef28e;hpb=d8baf26635d3b47c983a423b427920f0b60b3571;p=eq%2F.git diff --git a/bin/parse_ward_data b/bin/parse_ward_data index c2397cf..7a3c072 100755 --- a/bin/parse_ward_data +++ b/bin/parse_ward_data @@ -94,7 +94,7 @@ sub print_birthdays ################################################### # Open a connection to the database -$dbh=DBI->connect("dbi:mysql:dbname=$dbname;host=$dbhost;port=$dbport",$dbuser,$dbpass,{ +$dbh=DBI->connect("dbi:mysql:dbname=$dbname:host=$dbhost:port=$dbport",$dbuser,$dbpass,{ AutoCommit=>0, PrintError=>0}) or print "Connect Failure:".$DBI::errstr."\n" and exit 2;