MySQL Forums
Forum List  »  Replication

how to use mysqlbinlog
Posted by: jongse park
Date: December 26, 2014 12:35AM

Hi,

There are binary logs bin.00001, bin.00002, bin.00003.
Which one is good for data consistency?

1.
shell> mysqlbinlog bin.00001 | mysql
shell> mysqlbinlog bin.00002 | mysql
shell> mysqlbinlog bin.00003 | mysql

2.
shell> mysqlbinlog bin.00001 bin.00002 bin.00003 | mysql

Which one is better?

Options: ReplyQuote


Subject
Views
Written By
Posted
how to use mysqlbinlog
1667
December 26, 2014 12:35AM
833
December 26, 2014 09:33PM


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.