Repair corrupted/crashed mysql tables via phpmyadmin
Mysql database (db) tables may get corrupt and crash, due to several reasons.This article is on how to repair corrupted/crashed Mysql tables via phpMyAdmin.
MySQL database(db) is known for its stability but as any other software application, there may be bugs that could crash the Mysql table/s. For eg: unstable operating system on which Mysql is installed could trigger the crash or it could even be that the hardware has problems or it could be as simple as a power failure. All this could lead to Mysql table crashes.However there is no reason to panick.It is easy to repair Mysql database (db) tables via phpMyAdmin.
How to repair Mysql tables via phpMyAdmin upon a corruption and crash?
When one or more Mysql tables get corrupt and crashes, they could be restored, by carrying out the below mentioned steps via phpMyAdmin:
- Login to phpMyAdmin
- Select the affected mysql database. If you own only one database, then it would have been chosen by default
- In the main panel, mysql tables for the database would be listed. Check the boxes besides the table/s that you want to repair.
- At the bottom of the window (below the list of tables), you will find a drop down menu. Choose “Repair Table” from the menu

phpMyAdmin should automatically fix the chosen mysql tables. Once it is fixed, take a backup of the mysql database! Take regular backups of your mysql database (db) used in wordpress or any other application.
Filed under: Blogging Tips Wordpress SEO & Plugins


My tables crashed once as the Overhead got increased. Do you know what causes “Overhead” to develop in the tables
[...] Repair mysql tables via phpmyadmin upon a corruption and crash [...]
Thanks a lot for this tip.
Helped me a lot.