MySQL Forums
Forum List  »  Newbie

Re: Point-in-Time (Incremental) Recovery Using the Binary Log
Posted by: han perng chai
Date: September 02, 2014 09:25PM

i think you are importing the wrong binlog,

please check the created date/time of the binlog, it should be the one with exact same time with your backup.sql.


lets say you are running mysqlbinlog binlog.000001 now,
after you run your backup command, mysqldump -flush_logs, it will become mysqlbinlog binlog.000002.

so restore your backup.sql ( this backup is inclusive data of 00001 ), and restore mysqlbinlog binlog.000002 onwards.

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.