
April 2nd, 2001, 04:18 AM
|
|
Junior Member
|
|
Join Date: Jan 2001
Location: Hong Kong or Austin, Texas
Posts: 14
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
DBD::mysql::st execute failed: MySQL server has gone away at scripts_name.cgi ...
Has anyone ever encountered this problem?
DBD::mysql::st execute failed: MySQL server has gone away at scripts_name.cgi line 562.
It's taken from the error log of Apache. I am using mod_perl.
It runs fine for awhile each time I restarted Apache, but got this problem after a day or so.
Seems that the connection to the server is lost before the script ends. MySQL is at localhost.
The script works fine before I switched from regular CGI to mod_perl.
|