This article describes how to repair MySQL database using cPanel, WHM and phpMyAdmin.
Repair MySQL database through cPanel
- Log in to cPanel.
- Under Databases section of cPanel, click on MySQL Databases.
- Under Modify Databases section, select the database from Repair a Database drop down and click on Repair the Database button.
Repair MySQL database through WHM
- Log in to WHM.
- Under SQL Services section, select Repair a MySQL database option.
- Select the database you wish to repair from the list of all databases and click on Repair Database button.
Repair MySQL database through phpMyAdmin
If you have access to cPanel, follow below mentioned steps to repair MySQL database.
- Log in to cPanel.
- Under Databases section of the cPanel, click on phpMyAdmin. This will open phpMyAdmin administration page in new window.
- At left pane, click on database you wish to repair.
- At right pane, select check boxes of the database table. If you want to repair all tables, select check all option.
- In the With selected list box, select Repair table.
If you have access to WHM, follow below mentioned steps to repair MySQL database.
- Log in to WHM.
- Under SQL Services section of the WHM, click on phpMyAdmin. This will open phpMyAdmin administration page in new window.
- At left pane, select and click on database you wish to repair.
- At right pane, select check boxes of the database table. If you want to repair all tables, select check all option.
- In the With selected list box, select Repair table.
→ Looking to repair a MySQL Database through Linux and Windows command line? Please refer to repair MySQL database for more details.
→ Looking to administrate MySQL server through MySQLAdmin commands? Please refer to fix administrate MySQL using commands for more details.
→ Want to take MySQL Database backup using command line? Please refer to take MySQL database backup for more details.
→ Looking to increase Max_User_connection for MySQL in Linux? Please refer to increase max_user_connection for more details.