# Syn Mysql Replication

> Operate, configure, troubleshoot, and manage MySQL. Use for MySQL engineering tasks, day-to-day operations, and production support.

- Skill: `legendtkl/syn-mysql-replication` (Agent Skill)
- Install (CLI): `npx skillmds@latest add legendtkl/syn-mysql-replication`
- Raw SKILL.md: https://api.skillmd.com/api/skills/legendtkl/syn-mysql-replication/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: legendtkl (https://skillmd.com/u/legendtkl)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/legendtkl/syn-mysql-replication

---


# MySQL: primary-replica binlog replication

## When to use

Use this skill for primary-replica binlog replication in MySQL. This skill
specifically handles primary-replica binlog replication and nothing else in the
MySQL family.

## Procedure

Configure binary logging and GTIDs, provision a replica with a consistent snapshot, set up the replication channel, and monitor `SHOW REPLICA STATUS` for lag.

## Notes

This is the MySQL skill dedicated to primary-replica binlog replication.
Sibling skills cover other MySQL capabilities; this one
is the right choice only when the task is about primary-replica binlog replication.

