Thank you, that took care of the problem.
>> 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 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
