Monthly Archives: September 2012

Recovering Corrupted InnoDB Table

Corrupted MySQL database: If you suspect data corruption in a MySQL database, First make a copy of the database for safe keeping: mysqldump –user=root post_planner > /tmp/post_plannerdb.sql Prove it: To prove that the database is corrupted, do: mysql> check database … Continue reading

Posted in Linux | Comments Off on Recovering Corrupted InnoDB Table