| ody"> | | | | that the error message is caused due to InnoDB |
| Records stored in your MySQL InnoDB database | | | | table corruption, the best way to access your |
| tables becomes inaccessible after it gets | | | | database is by restoration of data from an |
| corrupted or damaged. In most cases, an error | | | | updated backup. However if the backup is not |
| message pops up that stops the database to | | | | available or backup falls short to restore the |
| mount (making the database offline) and informs | | | | required data, then you will need to use advanced |
| the user about cause of its corruption. To verify | | | | mysql database repair application. |
| that the database is unmountable due to | | | | Consider a practical scenario, where your InnoDB |
| corruption of InnoDB tables, you will need to | | | | table get corrupted and you are not able to |
| review the MySQL log file. Once it is confirmed | | | | mount your database. |