Update Caused Errors To Database
-
After upgrading from 3.8 to 3.9 I saw a message telling me to repair my database tables. I did that but there were tables that were unable to be repaired or were missing. Here’s the report:
wp_users: 3 clients are using or haven’t closed the table properly
wp_usermeta: 3 clients are using or haven’t closed the table properly
wp_posts: 2 clients are using or haven’t closed the table properly
wp_options: 5 clients are using or haven’t closed the table properly
wp_wpsc_cart_item_meta: Table ‘mydatabase.wp_wpsc_cart_item_meta’ doesn’t exist
wp_wpsc_purchase_meta: Table ‘mydatabase.wp_wpsc_purchase_meta’ doesn’t exist
wp_wpsc_visitors: Table ‘mydatabase.wp_wpsc_visitors’ doesn’t exist
wp_wpsc_visitor_meta: Table ‘mydatabase.wp_wpsc_visitor_meta’ doesn’t existWhat is the fix here?
- The topic ‘Update Caused Errors To Database’ is closed to new replies.