MySQL Ecosystem Showcase
Explore tools and projects built with, for, or on MySQL.
Inspired by Shlomi Noach's Awesome MySQL and the askdba fork.
Dumpling
PingCAP
A logical, parallel backup and data-dumping tool written in Go and used within the TiDB ecosystem. It can export MySQL-compatible data in formats such as SQL and CSV and can also be used as a library.
MyDumper
MyDumper project
A high-performance logical backup utility for MySQL and compatible databases. It uses parallelism to speed up dumps and restores and is designed for large production databases.
Percona XtraBackup
Percona
A hot-backup utility for MySQL-compatible servers that can take physical backups without locking the database for the duration of the operation. It is a long-standing Percona production backup product.
UnDROP
TwinDB
A recovery toolkit for extracting data from dropped or corrupted InnoDB tables. It is a specialized disaster-recovery utility rather than a normal backup scheduler or management platform.