I have a busy website that uses mysql.  It crashed this morning.  I don't
know where to begin to fix it.  I did notice in my httpd-error.log that I've
been getting a bunch of errors:

DBI::db=HASH(0x8101d68)->disconnect invalidates 1 active statement handle
(either destroy statement handles or call finish on them before
disconnecting) at /www/PlayByWeb.cgi line 244.

There were thousands of these errors.  Not just this script either.  Could
this crash the server?

I've taken steps to fix this error by adding $sth-finish() statements to my
perl scripts.

mysql version 3.22

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to