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.
|