On 9/2/2014 7:07 PM, LuKreme wrote:
I am getting the following error repeated many times a second:

/usr/local/libexec/mysqld: Table './bayes/bayes_token' is marked as crashed and 
should be repaired
Shutdown spamassassin, shutdown mysql and look into myisamchk is my best recommendation.

Something like this untested command from memory might help since you likely had an unclean shutdown and need to check more than just that table.

cd /var/lib/mysql/data && find | grep -r .MYI$ | xargs myisamchk -c -s -r

regards,
KAM

Reply via email to