Skip to main content

MySQL replication — glossary

TL;DR

Copying binlog events from a primary to replicas for scale-out reads.

Key facts

Term
MySQL replication

TL;DR

Copying binlog events from a primary to replicas for scale-out reads.

Definition

MySQL replication is referenced across Reflex documentation and playbooks.

In production operations

Understanding MySQL replication helps you interpret alerts, capacity charts, and repair actions safely.

Related