Hi,
>
>  When i do ps -ax on shell, i see below
>
>  5807 ?        Z      0:00 [mysqld <defunct>]
>
>  this happens somtimes, but table are'nt coruppted. I have
> checked it.

I think this is normal.
When child process exits, parent process has to 'clean that up'.
It takes some time if parent is doing some other stuff.

If zombie processes stay in the process list for a long time,
then you have a problem probably with parent process.

Someone correct me if I'm wrong.

Regards,
Terry



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