Tagged articles
2 articles
Page 1 of 1
Xueersi Online School Tech Team
Xueersi Online School Tech Team
Oct 30, 2020 · Databases

Understanding MySQL Binlog and Relaylog: Viewing Events, Formats, and Replication Mechanics

This article explains how to view MySQL binlog and relaylog events, interpret their formats using commands like SHOW BINARY LOGS, SHOW RELAYLOG EVENTS, hexdump and mysqlbinlog, and describes the underlying replication code paths, parameters, and source‑level handling of binlog transmission and processing.

RelayLogdatabasessource-code
0 likes · 17 min read
Understanding MySQL Binlog and Relaylog: Viewing Events, Formats, and Replication Mechanics