Hi,

Sorry my english...

when i use Apache::DBI and my system stay away for long time,
the site have problem because connection is down.

for resolv the problem i add in startup.pl:

Apache::DBI->connect_on_init('dbi:mysql:dbase', 'root', 'sql',{ PrintError => 1, RaiseError => 1, });
Apache::DBI->setPingTimeOut('dbi:mysql::dbase', 1); # or 0
$Apache::DBI::DEBUG = 2;


but problem persist...

my conf:
httpd 2.0.47 (prefork)/modperl 2.0 last cvs

why i have this problem?

thanks

--
Udlei Nattis
--------------------
www.linuxmall.com.br
+55 11 5087-9441





Reply via email to