MySQL Ecosystem Showcase
Explore tools and projects built with, for, or on MySQL.
Inspired by Shlomi Noach's Awesome MySQL and the askdba fork.
Swoof
Stirling Marketing Group
A specialized fast MySQL table importer that stages data loading through temporary tables and table swaps. It is aimed at bulk-import workflows where minimizing production-table disruption matters.
Oracle / MySQL Team
The official MySQL sys schema provides views, functions, and procedures that make Performance Schema information easier for administrators to consume. It is a standard operational component for investigating MySQL activity and performance.
Sysbench
Alexey Kopytov / contributors
A modular, cross-platform benchmark tool that can generate configurable database workloads and system stress. It is one of the most established tools for MySQL benchmarking and performance experiments.
Test database
datacharmer / Giuseppe Maxia
A sample MySQL database containing data and an integrated test suite. It is commonly used for testing applications, queries, database behavior, and example SQL without needing a production-like dataset.
PingCAP
A distributed SQL database compatible with the MySQL protocol. It is designed for horizontal scalability and combines transactional and analytical capabilities in a distributed architecture.
TPCC-MySQL
Percona Lab
A MySQL implementation of the TPC-C benchmark workload. The repository is archived and is primarily useful for historical benchmarking or reproducing older test environments.
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.
Vitess
Vitess project / community
A database infrastructure system that provides servers and tools for scaling MySQL to very large web workloads. It handles sharding, routing, topology management, and operational concerns for large distributed MySQL installations.
WebDB
WebDB-App
A modern open-source database IDE with server connections, ER diagrams, data generation, query editing, AI assistance, and support for multiple database styles. It is one of the newer GUI projects in the source list.
Wireshark
Wireshark Foundation / community
A general-purpose network protocol analyzer that can decode the MySQL protocol among many others. For MySQL work it is useful when diagnosing network behavior, protocol exchanges, or unusual client/server interactions rather than routine query optimization.