X-Git-Url: http://git.pippins.net/embedvideo/.git/static/gitweb.js?a=blobdiff_plain;ds=sidebyside;f=bin%2Fimport_ward_data;h=53a3c3d05aefbc4d28b5421bb2a6411da3f5e4c7;hb=e78ac716347d97b0b3daa8c15ad3be42ce3e5d87;hp=ef6d62b4359b104970b9ec48a38956fb1706ea02;hpb=d8baf26635d3b47c983a423b427920f0b60b3571;p=eq%2F.git diff --git a/bin/import_ward_data b/bin/import_ward_data index ef6d62b..53a3c3d 100755 --- a/bin/import_ward_data +++ b/bin/import_ward_data @@ -667,7 +667,7 @@ sub check_for_changed_ids ################################################### # 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;