MySQL Forums
Forum List  »  Backup

Re: take incremental backup
Posted by: Shueb Khan
Date: May 19, 2009 06:05AM

To play back the binlog files, you can use the utility "mysqlbinlog" provided by MySQL. Take the output from the command below, to any text file, and then you can use that text file (edit it to your requirements to recover till the point you need) to simply apply those logs in your database.

mysqlbinlog <bin_file> > <text_file>.txt

Options: ReplyQuote


Subject
Views
Written By
Posted
6637
May 05, 2009 12:23AM
3134
May 06, 2009 09:16AM
2943
May 17, 2009 08:08AM
Re: take incremental backup
2839
May 19, 2009 06:05AM
2416
May 20, 2009 12:42PM
2782
May 19, 2009 06:01AM


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.