# Syn Mysql Backup

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

- Skill: `legendtkl/syn-mysql-backup` (Agent Skill)
- Install (CLI): `npx skillmds@latest add legendtkl/syn-mysql-backup`
- Raw SKILL.md: https://api.skillmd.com/api/skills/legendtkl/syn-mysql-backup/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-backup

---


# MySQL: logical and physical backups

## When to use

Use this skill for logical and physical backups in MySQL. This skill
specifically handles logical and physical backups and nothing else in the
MySQL family.

## Procedure

Take logical dumps with `mysqldump`/`mysqlpump`, physical backups with Percona XtraBackup, and restore to a point in time using binlogs.

## Notes

This is the MySQL skill dedicated to logical and physical backups.
Sibling skills cover other MySQL capabilities; this one
is the right choice only when the task is about logical and physical backups.

