Database tables crash from time to time. However, this can be prevented to the minimum by optimizing them. Here’s how you can repair and optimize database tables using phpMyAdmin.

Repair MySQL Database Tables

  1. Open the phpMyAdmin tool. In case of staging sites created from BlogVault dashboard, you can access phpMyAdmin tool directly from the staging overview page.

  2. Open the Databases tab. 

  3. Click on the name of the database to be repaired. 

  4. Select the tables that need repair by ticking the check-boxes on the left of the table names. 

  5. Use the With Selected: drop down menu. 

  6. Choose Repair Table. 

The tables will be automatically repaired and you will be presented with a page showing the results from the repair operation.


Optimize MySQL Database Tables

  1. Select all of the tables that you want optimized by ticking the checkbox next to their name. T

  2. Use the With Selected: drop down menu 

  3. Choose Optimize table. 

The optimization will be performed automatically and a new page will open that shows the result of the operation.