InstantWordPress DB Errors
-
I’m not actually certain that the wordpress version is correct. I’m using InstantWordpress version 4.3 without any updates.
The other day, my niece tried to get into her personal “diary” on her usb charm (the portable WordPress site I set up for her). Instead of it working as normal, she received a 500 error.
Upon further investigation, I found it was actually a DB error. So, altered the wp-config file to add define(‘WP_ALLOW_REPAIR’, true);. Then out to wp-admin/maint/repair.php to repair the problem. Selected repair, and these results returned:
wp_users: 1 client is using or hasn’t closed the table properly
wp_usermeta: 9 clients are using or haven’t closed the table properly
wp_posts: 16 clients are using or haven’t closed the table properly
wp_links: 13 clients are using or haven’t closed the table properly
wp_options: Table is marked as crashed
wp_postmeta: 17 clients are using or haven’t closed the table properly
wp_terms: 10 clients are using or haven’t closed the table properly
wp_term_taxonomy: 16 clients are using or haven’t closed the table properly
wp_term_relationships: 15 clients are using or haven’t closed the table properlyI’m *guessing* that my niece isn’t closing her instance of InstantWP correctly and just pulling out the usb instead. Bad for DBs, without a doubt! I’ll correct that usage error, but need a fix for this DB problem before I can even show her the correct way to unmount a DB. 🙂
Thanks for any assistance you can give!
~Jay
The topic ‘InstantWordPress DB Errors’ is closed to new replies.