MySQL Forums
Forum List  »  Replication

Re: Change row-based replication to statement-based replication.
Posted by: Peter Brawley
Date: December 03, 2020 10:09AM

FLUSH TABLES WITH READ LOCK;
FLUSH LOGS;
SET GLOBAL binlog_format = 'STATEMENT';
FLUSH LOGS;
UNLOCK TABLES;

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Change row-based replication to statement-based replication.
228
December 03, 2020 10:09AM


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.