How to Optimize and Repair MySQL Databases using PHPMyAdmin?

Knowledgebase Articles and news

Views
124
Useful
0
By
Admin

How to Optimize and Repair MySQL Databases using PHPMyAdmin?

Databases have the potential to grow very large, particularly on sites that receive a lot of traffic or have a large amount of content. In such cases, periodic database optimization may help improve web site performance.

To optimize a MySQL database, follow these steps:

  1. Log in to cPanel.
  2. In the Databases section of the cPanel home screen, click phpMyAdmin. The phpMyAdmin administration page appears in a new window.
  3. In the left pane, click the name of the database that you want to optimize. For example, the following image shows the example_wordpress database selected:
  4. In the right pane, select the check boxes for the tables in the database that you want to optimize.

    • To select all of the tables at once, select the Check All check box.
  5. In the With selected list box, select Optimize table. phpMyAdmin informs you whether or not the optimization process is successful.


Repairing MySQL Databases

Databases can become corrupted for any number of reasons, from software defects to hardware issues. If this occurs, you can try to repair database tables using phpMyAdmin.

To repair MySQL database tables, follow these steps:

  1. Log in to cPanel.
  2. In the Databases section of the cPanel home screen, click phpMyAdmin. The phpMyAdmin administration page appears in a new window.
  3. In the left pane, click the name of the database that you want to work on. For example, the following image shows the example_wordpress database selected:
  4. In the right pane, select the check boxes for the tables in the database that you want to repair.

    • To select all of the tables at once, select the Check All check box.

  5. In the With selected list box, select Repair table. PHPMyAdmin informs you whether or not the repair process is successful.