View Single Post
  #6  
Old 07-15-2014, 02:20 AM
KLS
Administrator
 
Join Date: Sep 2006
Posts: 1,348
Default

Assuming you've repaired already and it still keeps happening.

Try switching the table to innodb, dunno why peq dumps this as mysiam since it's so write heavy.

If you still have frequently crashing tables you might look into:

* The server being stopped suddenly may corrupt a table.
* MySQL may not be configured with enough memory, if it tries to allocate a buffer during a write and can't that may cause corruption.
* Anti-virus software may be interfering with normal MySQL operation.
Reply With Quote