How to Repair a Crashed MySQL Table in Cpanel
Follow these steps to repair a crashed table through Cpanel when using MySQL Database
- Login to Cpanel
- Expand Databases and then click on phpMyAdmin
- Identify the correct database from the list. Expand the database tree so you see all branches (tables)
- Identify the corrupted table name – in my example we will use wp_simple_history_contexts
- Find your black console icon down the bottom. Click to explore
- Now type: repair table wp_simple_history_contexts
- Done!
