----- Original Message ----- From: "Brian Santee" <[email protected]> To: "BlueOnyx General Mailing List" <[email protected]> Sent: Wednesday, August 12, 2009 12:30 PM Subject: [BlueOnyx:02067] Re: var partition 92%
> 090812 14:28:30 [ERROR] /usr/libexec/mysqld: Table > './av-spam5/bayes_token' is m arked as crashed and should > be repaired > 090812 14:28:30 [ERROR] /usr/libexec/mysqld: Table > './av-spam5/bayes_token' is m arked as crashed and should > be repaired > 090812 14:28:30 [ERROR] /usr/libexec/mysqld: Table > './av-spam5/bayes_token' is m arked as crashed and should > be repaired > 090812 14:28:30 [ERROR] /usr/libexec/mysqld: Table > './av-spam5/bayes_token' is m arked as crashed and should > be repaired > 090812 14:28:30 [ERROR] /usr/libexec/mysqld: Table > './av-spam5/bayes_token' is m arked as crashed and should > be repaired > 090812 14:28:57 [ERROR] /usr/libexec/mysqld: Table > './av-spam5/bayes_token' is m arked as crashed and should > be repaired > 090812 14:28:57 [ERROR] /usr/libexec/mysqld: Table > './av-spam5/bayes_token' is m arked as crashed and should > be repaired >> >> On 12 Aug 2009, at 17:26, Brian Santee wrote: >>> 2.9G Aug 12 11:24 mysqld.log >>> >>> can I delete this file? and it will regenerate. >> >> Seems unusually large... Tail last few hundred lines and see if its >> anything useful? You can probably log rotate it. >> >> Steve Brian Delete the log. Restart mysql. Then fix that database mysqlcheck --auto-repair --optimize av-spam5 -uroot -o -ptheactualpassword A cron entry to do that once a week would be: 3 22 * * 1 mysqlcheck --auto-repair --optimize av-spam5 -uroot -o -ptheactualpassword ---- Ken Marcus Ecommerce Web Hosting by Precision Web Hosting, Inc. http://www.precisionweb.net _______________________________________________ Blueonyx mailing list [email protected] http://www.blueonyx.it/mailman/listinfo/blueonyx
