my $dbh = DBI->connect( "dbi:mysql:$db_name;host=$db_host", $db_user, $db_pass, { RaiseError => 1, AutoCommit => 0 } ) || push @errors, "Database connection not made: $DBI::errstr";