When i tried to log into my site wp-admin I got the message that the data base needs to be repaired.
I add the following line to the wp-config.php.
define(‘WP_ALLOW_REPAIR’, true);
When the page reloaded. I selected Repair and received the folloing result:
wp_posts: 1 client is using or hasn’t closed the table properly
wp_options: Table is marked as crashed
wp_postmeta: 1 client is using or hasn’t closed the table properly
wp_terms: 1 client is using or hasn’t closed the table properly
wp_term_taxonomy: 1 client is using or hasn’t closed the table properly
wp_term_relationships: 1 client is using or hasn’t closed the table properly
wp_commentmeta: 1 client is using or hasn’t closed the table properly
Can anyone assist?