Crashed WordFence database tables keeping backups from running
-
Hi there –
I provide support for another WP plugin and we’ve received a number of support requests after backups fail that look similar to the following:
- mysqldump: Got error: 145: Table './xxxxxxxxx/wp_wfHits' is marked as crashed and should be repaired when using LOCK TABLES SQLSTATE[HY000]: General error: 145 Table './xxxxxxxxxx/wp_wfHits' is marked as crashed and should be repaired
Some additional troubleshooting and research showed me that the first error is because the user might not have proper permissions (generally permissions to LOCK TABLES are assigned but some hosts disallow it for security reasons). So they have to go in and repair the database within phpmyadmin.
My concern is that this particular table is crashing and being reported when our plugin tries to run a backup – otherwise a user might not realize it crashed. I’ve probably gotten a couple support requests a week related to this error, and most of the time it is due to this table.
I wasn’t sure if you guys were already aware of issues with saving data to that table or not, whether the tables normally crash when too many hits are recorded to the site? I wanted to ensure there wasn’t additional information I should tell users when they have issues specifically like this, where the table impacted is one of yours.
Thanks so much and just let me know if you need further info,
Kat
- The topic ‘Crashed WordFence database tables keeping backups from running’ is closed to new replies.