Switching MySql Replication Format
Posted
by NNN
on Stack Overflow
See other posts from Stack Overflow
or by NNN
Published on 2010-05-30T00:10:03Z
Indexed on
2010/05/30
0:12 UTC
Read the original article
Hit count: 194
mysql
|replication
I'm currently using statement-based replication. After upgrading to MySql 5.1, I'm considering using row-based replication.
After reading the docs it seems that you can change the format of the master on the fly.
Will the slave automatically adapt to whatever type of binary log it is sent?
Do I have to make any changes to the slave or master to get ready for switching or can I simply modify the binlog_format variable on the master?
© Stack Overflow or respective owner