Auto-repair tables debugging, please
-
My site was working for visitors, but when I tried to access /wp-admin, I got an error saying that there was a missing table.
The message said if I add
define('WP_ALLOW_REPAIR', true);
to my wp-config.php it would attempt to auto-repair the problem. I did, but got these errors:wp_usermeta: 2 clients are using or haven’t closed the table properly
wp_posts: 1 client is using or hasn’t closed the table properly
wp_options: Table is marked as crashed
wp_blogs: 1 client is using or hasn’t closed the table properly
wp_sitemeta: 9 clients are using or haven’t closed the table properlyFor info, there is only ever one user — me?—?who edits the site.
Two minutes later, the site works fine again, despite the above errors.
What’s going on? Any help, or just URLs to relevant reading matter, will be much appreciated.
- The topic ‘Auto-repair tables debugging, please’ is closed to new replies.