In the last episode (Aug 27), Chad Arimura said:
> The confusing thing is, I run the query across the EXACT same code on
> a different database (old copy of same database), and it works just
> fine.  Are there any ways to peak into what mysql is doing besides
> "mysqladmin showprocesses"?

If the processlist says 'sleep', that's exactly what it's doing.  There
is no active query.  Mysql isn't doing anything.  Take a look at your
CGI and see if there are any failure cases not accounted for, or break
out the debugger and see exactly why it it allocating all that memory.

-- 
        Dan Nelson
        [EMAIL PROTECTED]

---------------------------------------------------------------------
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