Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
awesome-mysql
A curated list of awesome MySQL software, libraries, tools and resources
https://github.com/shlomi-noach/awesome-mysql
Last synced: 2 days ago
JSON representation
-
Analysis
- MySQLTuner-perl - A script that allows you to review a MySQL installation quickly and make adjustments to increase performance and stability.
- Prometheus - Time series database for real-time monitoring and alerting.
- MySQLTuner-perl - A script that allows you to review a MySQL installation quickly and make adjustments to increase performance and stability.
- Anemometer - Box SQL slow query monitor.
- innodb-ruby - A parser for InnoDB file formats, in Ruby.
- innotop - a 'top' clone for MySQL with many features and flexibility.
- MySQL Explain Analyzer - A web-based analyzer of `EXPLAIN FORMAT=JSON` output, providing comments, scalability analysis and permalinks for saved samples.
- mysql-statsd - A Python daemon to collect information from MySQL and send it via StatsD to Graphite.
- MySQLTuner-perl - A script that allows you to review a MySQL installation quickly and make adjustments to increase performance and stability.
- Prometheus - Time series database for real-time monitoring and alerting.
- pstop - a top-like program for MySQL, collecting, aggregating and displaying information from performance_schema.
- Wireshark - a protocol analyzer that can decode the MySQL protocol.
- Dolphie - a modern terminal tool for real-time analytics into MySQL/MariaDB & ProxySQL
-
Backup
- MyDumper - Logical, parallel backup/dumper tool for MySQL
- MySQLDumper - open-source web based backup tool - useful for shared webhosting
- Percona Xtrabackup - an open-source hot backup utility for MySQL - based servers that doesn’t lock your database during the backup.
- MyDumper - Logical, parallel backup/dumper tool for MySQL
- Percona Xtrabackup - an open-source hot backup utility for MySQL - based servers that doesn’t lock your database during the backup.
- Dumpling - Logical, parallel backup/dumper tool for MySQL/TiDB written in GoLang - support csv format output and integrated as library
-
Benchmarking
- TPCC-MySQL - A port of the popular [TPCC](http://www.tpc.org/tpcc/) benchmark for MySQL.
- go-tpc - A golang port of [TPCC](http://www.tpc.org/tpcc/) and [TPCH](http://www.tpc.org/tpch/) benchmark for MySQL.
- iibench-mysql - Java based version of the Index Insertion Benchmark for MySQL/Percona/MariaDB.
- Sysbench - a modular, cross-platform and multi-threaded benchmark tool.
- TPCC-MySQL - A port of the popular [TPCC](http://www.tpc.org/tpcc/) benchmark for MySQL.
-
Connectors
- MySQL C API - Official C driver for MySQL.
- Connector/CPP - Official C++ driver for MySQL.
- Connector/J - a standardized database driver for the Java platforms and development.
- Connector/Net - a standardized database driver for .Net platforms and development.
- Connector/Node.js - Official Node.js driver for MySQL.
- Connector/Python - a standardized database driver for Python platforms and development.
- DBD::mysql - MySQL driver for the Perl5 Database Interface.
- MariaDB Java Client - LGPL-licensed MariaDB Client Library for Java Applications.
- mysqlclient-python - (Old) MySQL database connector for Python.
- node-mysql - A pure Nodejs Javascript client implementing the MySQL protocol.
- PHP mysqlnd - MySQL native driver for MySQL, deprecating older libmysql based driver.
- DBD::MariaDB - MariaDB and MySQL driver for the Perl5 Database Interface.
- DBD::mysql - MySQL driver for the Perl5 Database Interface.
- go-sql-driver - a lightweight and fast MySQL-Driver for Go's (golang) database/sql package.
- libAttachSQL - libAttachSQL is a lightweight, non-blocking C API for MySQL servers.
- MariaDB Connector/J - LGPL-licensed MariaDB Client Library for Java Applications.
- mex-mariadb - MIT licensed MariaDB/MySQL Client Library for GNU Octave and Matlab.
- MySQL Connector/C++ - Official C/C++ driver for MySQL.
- MySQL Connector/NET - a standardized database driver for .Net platforms and development.
- MySQL Connector/Node.js - Official Node.js driver for MySQL.
- MySQL Connector/Python - a standardized database driver for Python platforms and development.
- mysqlclient-python - MySQL database connector for Python.
- PyMySQL - MySQL database connector for Python.
- Ruby Mysql2 gem - MySQL driver for Ruby and Rails projects.
- MyZql - MySQL and MariaDB driver in native Zig.
- MySQL Connector/J - a standardized database driver for the Java platforms and development.
- node-mysql - A pure Nodejs Javascript client implementing the MySQL protocol.
- PHP mysqlnd - MySQL native driver for PHP.
-
Deployment
- MySQL Docker - Official Docker images.
- dbdeployer - A tool that installs one or more MySQL servers within seconds, easily, securely, and with full control.
- dbdeployer - A tool that installs one or more MySQL servers within seconds, easily, securely, and with full control.
- MariaDB4j - A Java launcher to run MariaDB without installation or external dependencies.
-
Development
- Flywaydb - Database migrations; Evolve your database schema easily and reliably across all your instances
- Liquibase - Source control for your database
- Skeema - Declarative pure-SQL schema management system for MySQL and MariaDB, with support for sharding and external online schema change tools
- Flywaydb - Database migrations; Evolve your database schema easily and reliably across all your instances
- Liquibase - Source control for your database
- Shift - An application that helps you run schema migrations on MySQL databases
- Skeema - Declarative pure-SQL schema management system for MySQL and MariaDB, with support for sharding and external online schema change tools
- Test database - A sample MySQL database with an integrated test suite, used to test applications and servers
- SQLE - SQLE is a SQL audit platform for DBA or developer
-
GUI
- Adminer - Database management in a single PHP file.
- HeidiSQL - MySQL GUI frontend for Windows.
- MySQL Shell - Advanced client and code editor for MySQL that supports development and administration for the MySQL Server and MySQL InnoDB cluster (AdminAPI) with an interactive JavaScript, Python, or SQL interface.
- phpMyAdmin - a free software tool written in PHP, intended to handle the administration of MySQL over the Web.
- SQLyog Community edition - SQLyog Community edition. For Windows, works fine under wine in Mac and Linux
- Percona Monitoring and Management - An open-source platform for managing and monitoring MySQL performance.
- HeidiSQL - MySQL GUI frontend for Windows.
- ILLA Cloud - Low-code internal tool builder integrated with Mysql, can be used as GUI for Mysql.
- mycli - A Terminal Client for MySQL with AutoCompletion and Syntax Highlighting.
- MySQL Shell - Advanced client and code editor for MySQL that supports development and administration for the MySQL Server and MySQL InnoDB cluster (AdminAPI) with an interactive JavaScript, Python, or SQL interface.
- MySQL Workbench - provides DBAs and developers an integrated tools environment for database design & modeling; SQL devleopment; database administration.
- Ocelot GUI - GUI client for MySQL or MariaDB, including debugger.
- OmniDB: Web tool for database management
- Percona Monitoring and Management - An open-source platform for managing and monitoring MySQL performance.
- phpMyAdmin - a free software tool written in PHP, intended to handle the administration of MySQL over the Web.
- pspg - provides a pager with enhanced visualization and navigation for tabular data. Originally implemented for PostgreSQL, but also supports MySQL.
- Sequel Ace - a Mac database management application for working with MySQL databases.
- SQLyog Community edition - SQLyog Community edition. For Windows, works fine under wine in Mac and Linux
- WebDB
-
HA
- Galera Cluster - a true Multimaster Cluster based on synchronous replication.
- MHA - Master High Availability Manager and tools for MySQL.
- orchestrator - MySQL replication topology management and High Availability solution.
- orchestrator - MySQL replication topology management and High Availability solution.
- Galera Cluster - a true Multimaster Cluster based on synchronous replication.
- mha4mysql-node - manager](https://github.com/yoshinorim/mha4mysql-manager) (both unmaintained) - Master High Availability Manager and tools for MySQL.
- Orchestrator - MySQL replication topology management and High Availability solution.
- Percona Replication Manager - Asynchronous MySQL replication manager agent for Pacemaker. Supports file and GTID based replication, geo-distributed clusters using booth.
- replication-manager - a high availability solution to manage MariaDB 10.x and MySQL & Percona Server 5.7 GTID replication topologies.
-
Proxy
- MySQL Proxy - A simple program that sits between your client and MySQL server(s) that can monitor, analyze or transform their communication.
- MySQL Router - MySQL Router is part of InnoDB cluster, and is a lightweight middleware that provides transparent routing between your application and back-end MySQL Servers.
- MySQL Proxy - A simple program that sits between your client and MySQL server(s) that can monitor, analyze or transform their communication.
- ProxySQL - High performance proxy for MySQL.
- MySQL Router - MySQL Router is part of InnoDB cluster, and is a lightweight middleware that provides transparent routing between your application and back-end MySQL Servers.
-
Server
- Percona Server - An enhanced, drop-in MySQL replacement.
- MariaDB - Community developed fork of MySQL server.
- MySQL Server & MySQL Cluster - Official Oracle's MySQL server & MySQL Cluster distribution.
- Percona Server - An enhanced, drop-in MySQL replacement.
- TiDB - A distributed HTAP database compatible with the MySQL protocol.
-
Toolkits
- go-mysql - A pure go library to handle MySQL network protocol and replication.
- MySQL Utilities - a collection of command-line utilities, written in Python, that are used for maintaining and administering MySQL servers, either individually, or within Replication hierarchies.
- openark kit - a set of utilities that solve everyday maintenance tasks, which may be complicated or time consuming to do by hand, written in Python.
- Percona Toolkit - a collection of advanced command-line tools to perform a variety of MySQL server and system tasks that are too difficult or complex to perform manually.
- UnDROP - a tool to recover data from dropped or corrupted InnoDB tables.
- go-mysql - A pure go library to handle MySQL network protocol and replication.
- go-mysql - A pure go library to handle MySQL network protocol and replication.
- MySQL Utilities - a collection of command-line utilities, written in Python, that are used for maintaining and administering MySQL servers, either individually, or within Replication hierarchies.
- Percona Toolkit - a collection of advanced command-line tools to perform a variety of MySQL server and system tasks that are too difficult or complex to perform manually.
- UnDROP - a tool to recover data from dropped or corrupted InnoDB tables.
- gh-ost - GitHub's online schema migration for MySQL.
-
Conferences
- FOSDEM - a free event for software developers to meet, share ideas and collaborate. Annually, in Brussels. Offers "MySQL & friends" room.
- MySQL Central - Oracle's annual MySQL conference, as part of Oracle Open World.
- SCALE - A community organized Linux and Open Source conference held annually in Southern California. The local MySQL community runs a track under the name MySQL Community Day.
- FOSDEM - a free event for software developers to meet, share ideas and collaborate. Annually, in Brussels. Offers "MySQL & friends" room.
-
e-books
- Database Systems Lecture Notes - lecture notes on Database Systems (available in pdf, html, odt and markdown) including a Chapter on SQL that covers basic set-up, exercises and problems.
- SQL-exercise - contains several SQL exercises, including the schema description figure, SQL code to build schema, questions and solutions in SQL. Based on wikibook [SQL Exercises](https://en.wikibooks.org/wiki/SQL_Exercises).
-
Binlog-Replication
- DM - A High-Availability data migration platform which supports migrating data from MySQL/MariaDB to TiDB and merging shard tables
- Kingbus - A distributed MySQL binlog storage system built on Raft
- mysql-ripple - Ripple, a server that can serve as a middleman in MySQL replication
-
ChatOps
-
Configuration
- mysql-compatibility-config - make MySQL configuration behave more like newer (or older) releases of MySQL.
-
Replication
- data-diff - Command-line tool and Python library to efficiently diff rows across two different databases.
-
Schema
- common_schema - DBA's framework for MySQL, providing a function library, views library and QueryScript interpreter.
- sys - A collection of views, functions and procedures to help MySQL administrators get insight in to MySQL Database usage.
-
Security
- Acra - SQL database protection suite: strong selective encryption, SQL injections prevention, intrusion detection system.
-
Sharding
Programming Languages
Categories
Sub Categories
Keywords
mysql
30
mariadb
15
database
13
sql
10
postgresql
6
python
5
replication
4
database-management
4
monitoring
4
golang
3
tidb
3
java
2
go
2
perl5
2
devops
2
db2
2
perl-database-interface
2
sqlserver
2
perl
2
rdbms
2
java-library
2
database-access
2
database-connector
2
dbd
2
dbi
2
mariadb-connector
2
alerting
2
continuous-delivery
2
continuous-deployment
2
percona
2
database-administration
2
kubernetes
2
innodb
2
database-migrations
2
macos
2
php
2
database-deployment
1
flyway
1
aurora
1
mysql-server
1
mysql-database
1
mariadb4j-db
1
mariadb4j
1
mariadb-server
1
mariadb-native-binaries
1
internal-tool
1
internal-development
1
gui
1
developer-tools
1
developer-tool
1