InnoDB Table Recovery
Recently I had a problem where an InnoDB table was corrupted. It was reporting a 2013 error and actually dropping all the connections to the database. This was all that was being reported: mysql> select * from corrupted_table; ERROR 2013 (HY000): Lost connection to MySQL server during query The logs …