MySQL Ecosystem Showcase
Explore tools and projects built with, for, or on MySQL.
Inspired by Shlomi Noach's Awesome MySQL and the askdba fork.
MySQL Explain Analyzer
Preetam
A web-based analyzer for MySQL EXPLAIN FORMAT=JSON output. It adds commentary, scalability analysis, and shareable/permalink-style examples for understanding query execution plans.
MySQL Proxy
Oracle / MySQL Team
A historical middleware proxy that could monitor, analyze, or transform MySQL client/server communication. It is explicitly deprecated and should not be considered for new architectures.
MySQL Router
Oracle / MySQL Team
A lightweight middleware component for transparent routing between applications and MySQL servers. It is a core part of the modern MySQL InnoDB Cluster architecture and current MySQL high-availability deployments.
MySQL Server & MySQL Cluster
Oracle / MySQL Team
The official MySQL Server source tree, including MySQL Cluster components. It is the canonical upstream implementation of MySQL maintained by Oracle's MySQL organization.
MySQL Shell
Oracle / MySQL Team
Oracle's modern command-line client and administration shell for MySQL. It supports SQL, JavaScript, and Python modes and includes AdminAPI capabilities for managing MySQL InnoDB Cluster and related deployments.
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 Workbench
Oracle / MySQL Team
The official graphical environment for MySQL database design, SQL development, administration, and modeling. It remains a major desktop tool even though MySQL Shell has become the more modern administrative interface.
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.
mysql-ripple
A replication middleman server developed at Google that could sit between MySQL replication source and replica servers. The repository is archived and the project is primarily of historical interest.
mysql-statsd
db-art
A Python daemon that collects MySQL statistics and sends them to StatsD/Graphite. It provides a simple bridge between MySQL monitoring data and older metrics/graphing infrastructures.