[Plugin: WP SlimStat] Table wp_slim_stats crashing
-
For the past several months each week I have received the following error from mysqldump about the wp_slim_stats table crashing:
mysqldump: Error 1194: Table ‘wp_slim_stats’ is marked as crashed and should be repaired when dumping table
wp_slim_statsat row: 181873The row number changes but the error stays the same.
In MySQL running “CHECK TABLE
wp_slim_stats” gives
db21288_ben.wp_slim_stats check error Found 183320 keys of 183319
db21288_ben.wp_slim_stats check error Corrupt“ANALYZE TABLE
wp_slim_stats” gives
db21288_ben.wp_slim_stats analyze error Found 183320 keys of 183319
db21288_ben.wp_slim_stats analyze error CorruptAnd the fix is REPAIR TABLE
wp_slim_statswhich gives
db21288_ben.wp_slim_stats repair info Key 1 – Found wrong stored record at 22432364
db21288_ben.wp_slim_stats repair warning Number of rows changed from 183319 to 183318
db21288_ben.wp_slim_stats repair status OKAny thoughts on why this is happening?
I am currently on WP 3.3, however this was also affecting 3.2.1. Also it may be worthy of note that I always have slimstat updated as soon as I see a new version and there have be a few updates that did not solve this issue.
The topic ‘[Plugin: WP SlimStat] Table wp_slim_stats crashing’ is closed to new replies.