[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Persistent MySQL Process



On Fri, Oct 05, 2012 at 11:27:07AM -0700, Daniel Latter wrote:
> Hi All,
> 
> System:
> cat /etc/issue
> Debian GNU/Linux 6.0
> 
> I have a long running MySQL process that runs for days and eventually crashes the server.
> 
> I googled about and discovered that Debian has it's own MySQL start up script that runs a  "check tables" command, so I commented this out and restarted, but the process immediately started again. 
> 
> I have webmin installed and when I view the process information it has a parent process of "init[2]"?
> 
> Also, when I view the files and programs related to the persistent process in question, it lists ibdata files (innodb data files), one being 8GB in size! I am wondering if this has anything to do with it? 
> 
> Any help or pointers would be greatly appreciated.

grep mysql /etc/inittab

grep mysql /etc/init.d/*

If it shows up in the first, pull it out and reboot. If it shows
up more than once in the second, look for the offending script.

-dsr-


Reply to: