wfLeechers, wfScanners, wfStatus table errors
-
I installed Wordfence a few days ago. I run mysqldump daily.
Yesterday I got this error:
mysqldump: Got error: 145: Table ‘./webhive/wp_wfHoover’ is marked as crashed and should be repaired when using LOCK TABLES
So I added the -f option to mysqldump to keep it running if there’s an error.
Today I got these errors:
mysqldump: Got error: 145: Table ‘./webhive/wp_wfLeechers’ is marked as crashed and should be repaired when using LOCK TABLES
mysqldump: Couldn’t execute ‘show create tablewp_wfLeechers
‘: Table ‘./webhive/wp_wfLeechers’ is marked as crashed and should be repaired (145)
mysqldump: Couldn’t execute ‘show create tablewp_wfScanners
‘: Table ‘./webhive/wp_wfScanners’ is marked as crashed and should be repaired (145)
mysqldump: Couldn’t execute ‘show create tablewp_wfStatus
‘: Table ‘./webhive/wp_wfStatus’ is marked as crashed and should be repaired (145)How do I resolve these errors?
Thanks!
Jackie
- The topic ‘wfLeechers, wfScanners, wfStatus table errors’ is closed to new replies.