A corrupted table can cause site errors; phpMyAdmin can often fix it.
- Open phpMyAdmin (article 119) and select the database.
- On the table list, tick the affected table(s) (or use Check All).
- From the With selected dropdown at the bottom, choose Repair table.
- phpMyAdmin runs the repair and reports the result.
Tip: For WordPress, you can also enable its built-in repair tool by adding define('WP_ALLOW_REPAIR', true); to wp-config.php, then visiting yourdomain.co.za/wp-admin/maint/repair.php. Remove that line afterwards.
