MySQL Ecosystem Showcase
Explore tools and projects built with, for, or on MySQL.
Inspired by Shlomi Noach's Awesome MySQL and the askdba fork.
Database Systems Lecture Notes
Dr. C. Aubert
University lecture notes covering database systems, including SQL material, setup instructions, exercises, and problems. The source site indicates that the material was archived after the associated course was no longer being taught.
go-tpc
PingCAP
A Go implementation of TPC-style benchmark workloads including TPC-C and TPC-H-related functionality. It is useful for performance testing and comparing database behavior under standardized or repeatable workloads.
iibench-mysql
T. McCallaghan
A Java implementation of the Index Insertion Benchmark for MySQL, Percona, and MariaDB. It focuses on measuring index insertion behavior rather than serving as a general-purpose database benchmark suite.
SQL-exercise
XD-DENG
A collection of SQL exercises with schema diagrams, setup scripts, questions, and solutions. It is intended for practicing SQL skills and is based in part on the Wikibook SQL Exercises material.
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.
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.