MySQL Forums
Forum List  »  InnoDB

Re: Check replication type mysql
Posted by: Rick James
Date: December 26, 2013 10:48AM

mysql> SHOW VARIABLES LIKE 'binlog_format';
+---------------+-----------+
| Variable_name | Value     |
+---------------+-----------+
| binlog_format | STATEMENT |
+---------------+-----------+
(or MIXED or ROW)

Options: ReplyQuote


Subject
Views
Written By
Posted
1685
December 25, 2013 12:35PM
Re: Check replication type mysql
777
December 26, 2013 10:48AM


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.