$dbh->{RaiseError} = 0;
}
if ( $db_driver eq 'mysql' ) {
$dbh->{mysql_auto_reconnect} = 1;
my $tz = $ENV{TZ};
# Koha 3.0 is utf-8, so force utf8 communication between mySQL and koha, whatever the mysql default config.
-