Which method would use mysqlbinlog for greater consistency?

Consider the three binary log files bin.00010, bin.00011, and bin.00012 from which you
want to restore data. Which method would use mysqlbinlog for greater consistency?

Consider the three binary log files bin.00010, bin.00011, and bin.00012 from which you
want to restore data. Which method would use mysqlbinlog for greater consistency?

A.
shell> mysqlbinlog – include-gtide=ALL bin.00010 bin.00011 bin.00012 | mysql

B.
shell> mysqlbinlog bin.00010 | mysql shell> mysqlbinlog bin.00011 | mysql shell>
mysqlbinlog bin.00012 | mysql

C.
shell> mysqlbinlog bin.00010 bin.00011 bin.00012 | mysql

D.
shell> mysqlbinlog – restore bin.00010 bin.00011 bin.00012



Leave a Reply 2

Your email address will not be published. Required fields are marked *