MariaDB

Overview
| Homepage: | https://mariadb.org/ |
| Changelog: | https://mariadb.com/kb/en/mariadb/changelogs/ |
| Documentation: | https://mariadb.com/kb/en/ |
| Get version: | mariadb –version |
| OMD default: | disabled |
| OMD connectivity: | SOCKET <site>/tmp/run/mysqld/mysqld.sock |
MariaDB is a community-developed fork of the MySQL relational database management system intended to remain free under the GNU GPL. … MariaDB intends to maintain high compatibility with MySQL, ensuring a “drop-in” replacement capability with library binary equivalency and exact matching with MySQL APIs and commands. It includes the XtraDB storage engine for replacing InnoDB, as well as a new storage engine, Aria, that intends to be both a transactional and non-transactional engine perhaps even included in future versions of MySQL. (Wikipedia)
Directory Layout
| Config File: | <site>/.my.cnf |
| Logfiles: | <site>/var/log/mysql/ |
| Data Directory: | <site>/var/mysql/ |
| TMP Directory: | <site>/tmp |
OMD Options & Vars
| Option | Value | Description |
|---|---|---|
| MYSQL | on off |
enable MariaDB (default off) |