How to recover a single InnoDB table from a Full Backup


How to recover a single InnoDB table from a Full Backup – MySQL Performance Blog

Sometimes we need to restore only some tables from a full backup maybe because your data loss affect a small number of your tables. In this particular scenario is faster to recover single tables than a full backup. This is easy with MyISAM but if your tables are InnoDB the process is a little bit different story.

Related Posts