You can make WordPress to automatically repair your site’s database. Open wp-config.php file (present in your site’s root directory) and add the following code, just above the Happy Blogging line:
define(‘WP_ALLOW_REPAIR’, TRUE);
You can make WordPress to automatically repair your site’s database. Open wp-config.php file (present in your site’s root directory) and add the following code, just above the Happy Blogging line:
define(‘WP_ALLOW_REPAIR’, TRUE);