Help for this page
my $dbh = DBI->connect(....) or die $DBI::errstr;
my $dbh = DBI->connect($dsn, $user, $password, { RaiseError => 1 });