MySQL Ecosystem Showcase
Explore tools and projects built with, for, or on MySQL.
Inspired by Shlomi Noach's Awesome MySQL and the askdba fork.
common_schema
Shlomi Noach
A DBA framework for MySQL containing utility functions, views, procedures, and the QueryScript interpreter. It was influential in the MySQL operations ecosystem but is now best regarded as a mature or legacy toolkit.
MySQL Utilities
Oracle / MySQL Team
A historical collection of Python command-line utilities for MySQL administration and replication management. It has been deprecated and should not be treated as a preferred toolset for new deployments.
mysql-compatibility-config
Morgan Tocker / morgo
Configuration examples and compatibility settings intended to make MySQL behave more like newer or older releases. It is primarily useful as a reference for compatibility-oriented configuration rather than as a major standalone administration product.
Percona Toolkit
Percona
Comprehensive toolkit of command-line utilities for diagnostics, replication, schema changes, and maintenance. A standard utility collection for MySQL DBAs.
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.