Tag

RBR

0 views collected around this technical thread.

Aikesheng Open Source Community
Aikesheng Open Source Community
Feb 4, 2021 · Databases

Impact of Column Differences on MySQL RBR Master‑Slave Replication

This article explains why, in MySQL row‑based replication, a master table having an extra column does not disrupt replication to a slave table lacking that column, provided column order, placement, and default values meet specific conditions, and demonstrates the behavior with a MySQL 5.7.25 test.

DatabaseMaster‑SlaveMySQL
0 likes · 4 min read
Impact of Column Differences on MySQL RBR Master‑Slave Replication
Xueersi Online School Tech Team
Xueersi Online School Tech Team
Oct 23, 2020 · Databases

MySQL Replication: Master‑Slave Configuration, Binlog Formats, and Protocol Details

This article explains MySQL master‑slave replication by covering SBR, RBR, and MBR concepts, step‑by‑step configuration of master and slave servers, binlog format settings, the underlying replication protocol, key SQL commands, and troubleshooting tips, all illustrated with real code snippets and diagrams.

DatabaseMBRMaster‑Slave
0 likes · 18 min read
MySQL Replication: Master‑Slave Configuration, Binlog Formats, and Protocol Details