Database tables missing
-
Hi, I need help regarding the database problem. When I use the Update database tool in WooCommerce, there is a notice about the database table missing. After some reading, I did run
define ('WP_ALLOW_REPAIR', true);in wp-config and there is a result:The wp_a1l2d9i3_comments table is not okay. It is reporting the following error: Table is marked as crashed and last repair failed. WordPress will attempt to repair this table…
Failed to repair the wp_a1l2d9i3_comments table. Error: Number of rows changed from 0 to 21609The wp_a1l2d9i3_woocommerce_order_itemmeta table is not okay. It is reporting the following error: Table is marked as crashed and last repair failed. WordPress will attempt to repair this table…
Failed to repair the wp_a1l2d9i3_woocommerce_order_itemmeta table. Error: Number of rows changed from 0 to 101921—–
wp_a1l2d9i3_comments: Number of rows changed from 0 to 21609
wp_a1l2d9i3_woocommerce_order_itemmeta: Number of rows changed from 0 to 101921How to fix this?
The topic ‘Database tables missing’ is closed to new replies.