Automatic Database Repair

July 11, 2018

How to Allow Automatic Database Repair

Share :

Subscribe for the latest update on our products
Blog Subscribe Form

We will never spam you. We will only send you product updates and tips.

WordPress is a giant platform that allows its users lots of advantages by providing multiple features & functionalities. One of them is automatic database repairing. But by default, the feature is turned off.

Automatic Database Repair

To enable this feature you just need to add a little bit of changes in your code. Add the following line to your WordPress configuration file.

define(‘WP_ALLOW_REPAIR’, true);

Next, you have to visit the repair.php file through your URL in order to optimize and repair the WordPress database. For instance,

http://yoursite.com/wp-admin/maint/repair.php

Here, yoursite.com means your site or respective site. The yoursite.com will be replaced by the respective site domain.

You don’t just need to log in again to make sure about the repairing. It’s pretty cool and simple.

Hopefully, this pro-tip was helpful. Find more Pro-tips here.

Sazzadul Bari
Sazzadul Bari Hi, this is Sazzadul Bari, Digital Marketing Strategist at WPManageNinja. SEO content writing, outreaching, link building, and lead generation are my specializations. And when I am not drooling over WordPress plugins and updates, you’ll find me enjoying sports or going through my favorite books.

Related Posts

  • optimum learning

    9 Key Instructional Design Principles for Optimum Learning

    February 14, 2023
  • how to add email subscription to wordpress

    How to Add Email Subscription to WordPress (4 Easy Steps)

    July 19, 2022
  • ROI of customer support

    Why Customer Support is an Investment, Not an Expense!

    July 6, 2022
Comments

Leave a Reply