MySQL Ecosystem Showcase
Explore tools and projects built with, for, or on MySQL.
Inspired by Shlomi Noach's Awesome MySQL and the fork by Alkin Tezuysal.
Acra
Cossack Labs
Database protection suite that provides field-level encryption, SQL injection protection, and intrusion detection. Intended for protecting sensitive data in production databases.
AUDIT Plugin for MySQL
Trellix Enterprise
A MySQL plugin from Trellix that provides database auditing capabilities focused on security and compliance. It can operate as a standalone auditing solution or send audit data to external monitoring tools.
myldapsync
6eh01der
A utility that synchronizes MySQL or MariaDB database users with an LDAP directory. It is useful for organizations that want database authentication and account lifecycle management tied to centralized directory services.
MySQL OpenSSL UDF
Mikhail Chuloshnikov
mysql-openssl provides MySQL User-Defined Functions (UDFs) for encrypting and decrypting database data using OpenSSL, supporting algorithms including AES, Camellia, ChaCha20, and others. It can provide transparent database-level encryption through views and optional triggers without requiring application-code changes.