MySQL: learning how to recover your InnoDB from corruption
This is wonderful post to learn how to recover your data from Peter Zaitsev,
http://www.mysqlperformanceblog.com/2008/07/04/recovering-innodb-table-corruption/
This means that in every BTREE context, there's always a page and by using BTREE data structure, you have records stored in there as part of the page and that means you can recover your data from its tablespace.
Comments
Post a Comment