aboutsummaryrefslogtreecommitdiff
path: root/utils/mariadb/files
Commit message (Collapse)AuthorAge
* mariadb: convert init script to procdSebastian Kemper2018-06-28
| | | | | | | Also create a user "mariadb" and use it for running the server. And add possibility to easily add command line args. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* mariadb: fix /etc/mysql setupSebastian Kemper2018-05-13
| | | | | | | | - create directory /etc/mysql/conf.d as without it the server refuses to start - correct the path to my.cnf in the init script Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* mariadb: new packageSebastian Kemper2018-04-28
MariaDB is a drop-in replacement for MySQL. This commit adds a current and stable version of MariaDB to the tree. Quite a few ideas/patches were copied from Alpine Linux, Busybox Buildroot and Debian. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>