InnoDB database to the present from the binary backup run MySQL server with binary logging turned on.
mysqlbinlog hostname-bin.1234 | mysql
InnoDB automatically checks the logs and performs a roll-forward of the database to the present.
InnoDB automatically rolls back uncommitted transactions that were present at the time of the crash.
How do I move an InnoDB database to another machine?
© 2007 John Michael Pierobon