…, I see real needs in this: – when we need to restore only single table from backup (sometimes developers kill only single… easy as with MyISAM tables when you just copy table.frm, table.MYD, table.MYI files, but so nice here – just…
Post: Thoughs on Innodb Incremental Backups
… you want to keep several generations to be able to restore to, having huge amount of full copies of large database… pages back to their original places. Of course this means .frm files and Innodb logs and MyISAM system tables need to…
Comment: Can you Trust CHECK TABLE ?
… some extent by having some kind of hash of the frm in the myd/myi files. On the other hand, you… is as important as perhaps providing tools for managing rollback/restore of these files as a group. Or just telling you…

