RE: crash on connect (DBI/mysql) (2)

2000-12-06 Thread Kraaij, Wessel
Bas, thanks for your comments. They are a first step to solve the problem. [DBI script problem skipped] The error_log from Apache shows some problems, which *could* be related to mod_perl [Tue Dec 5 09:42:31 2000] [crit] (13)Permission denied: make_sock: could not bi nd to

RE: crash on connect (DBI/mysql) (2)

2000-12-06 Thread Stas Bekman
The server restarts clean now: good Second, you should make your code more debug friendly. Replace: $dbh = DBI-connect('dbi:mysql:vip;host=', '###', '###'); with $dbh = DBI-connect('dbi:mysql:vip;host=', '###', '###') or die $DBI::errstr; what error do you get? I