WordPress Database Repair
June 30, 2015 / by Marco / Categories : Technology
Today, one of my sites was not loading correctly – images and text were not displaying which I guessed that the database was corrupted.
In an older post I outlined how to repair mySQL tables using a tool called mysqlcheck. This process may have been a bit too difficult for some so I wanted to outline an easier way of doing a repair if you’re using WordPress. Follow these steps:
1. Login to your hosting account
2. Edit the wp-config.php file
3. Add the line
define('WP_ALLOW_REPAIR', true);
So the config should look like this:
4. Make sure you save the file.
5.Now go to your wordpress site: e.g.
http://websiteaddress.com/wp-admin/maint/repair.php
You will see the below screen. Just click on Repair and Optimize Database.
6. Let it run and once completed test your site to see if it now works.
7. If it works, then go back into the wp-config.php file and remote the line
define('WP_ALLOW_REPAIR', true);
Here’s a list of resources that you might find useful:
OTHER ARTICLES YOU MAY LIKE
STOP NOISY CALLS: THE ANDROID SETTING YOU SHOULD SWITCH ON TODAY
Phone calls still matter. Whether you’re speaking to a client, checking in with family, or handling something urgent on the move, clarity can make or break the conversation. If you’ve ever found yourself apologising for the construction noise behind you, the wind across your microphone, or the café chatter muddling your words, there’s an Android […]
read more
FILMORA 15 – WHAT’S NEW? AI EXTEND, DYNAMIC CAPTIONS, TRUE TIMELINE EDITING + INSTALL GUIDE
There is a particular thrill to installing a major new release of your everyday editor, especially when your workflow is comfortable and productive in the current version. That feeling is right at the heart of the move from Filmora 14 to Filmora 15. This upgrade promises fresh creative features, faster handling of complex projects, and […]
read more


