MySQL – Corrupted InnoDB Posted on 21/05/201513/01/2020 by After, for example, the restore of a bare-metal-backup it is possible that MySQL InnoDB is corrupted. How to fix this: Backup all databases Enable InnoDB recovery: # vim /etc/my.cnf Add: innodb_force_... Read More