kkmfg
Senior Member
  

Ghost of the code
Posts: 375
Gender:
|
Hmmm... I use MySQL but not on Debian... It's never done to me what is happening to you. From the look of your log it appears that it's crashing pretty quickly, reloading, crashing, reloading, crashing time and time again. Is that accurate? Have you tried running /usr/bin/mysqlcheck yourself? Also, what I have done before to test daemon problems is to read the appropriate run script for the daemon, find the command that actually does the running, and manually type that in. You can bypass all the other junk that way but you may not be able to automatically shutdown the service anymore. You'd likely have to kill the processes to get rid of it (or reboot.) Mysql is usually started with mysqld_safe so you could look up how to properly call that yourself and try it.
|