obs wrote:
I suspect your node is running out of memory then the kernel is killing off MySQL. Also it sounds like you're using MyISAM tables which aren't crash safe.
If you're using apache search the forums for MaxClients there's a ton of threads on it. If you are using MyISAM try converting to InnoDB. Also check your system logs (probably /var/log/messages or /var/log/syslog) for out of memory errors.
I dont know much about MyISAM or INNODB but I did import my databases from a server running mysql 5.0.6. My current version is 5.5. Could that be an issue? I will look into those error logs and report back.
Thanks.