From a0624b642ccd78df642dd09b46dcd1b790f1cbda Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Wed, 10 Jul 2024 10:50:02 +0000 Subject: [PATCH] Bot Updating Documentation --- docs/images/docker-mariadb.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/images/docker-mariadb.md b/docs/images/docker-mariadb.md index 8c14c7baa..aac6bd66b 100644 --- a/docs/images/docker-mariadb.md +++ b/docs/images/docker-mariadb.md @@ -40,7 +40,7 @@ If you didn't set a password during installation, (see logs for warning) use `mariadb-admin -u root -p` to set one at the docker prompt... -NOTE changing the MYSQL_ROOT_PASSWORD variable after the container has set up the initial databases has no effect, use the mysqladmin tool to change your mariadb password. +NOTE changing the MYSQL_ROOT_PASSWORD variable after the container has set up the initial databases has no effect, use the mysqladmin tool to change your MariaDB password. NOTE if you want to use (MYSQL_DATABASE MYSQL_USER MYSQL_PASSWORD) **all three** of these variables need to be set you cannot pick and choose. @@ -154,7 +154,7 @@ Containers are configured using parameters passed at runtime (such as those abov | Parameter | Function | | :----: | --- | -| `3306` | Mariadb listens on this port. | +| `3306` | MariaDB listens on this port. | ### Environment Variables (`-e`) @@ -360,12 +360,12 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 * **23.03.19:** - Switching to new Base images, shift to arm32v7 tag. * **07.03.19:** - Add ability to setup a database and default user on first spinup. * **26.01.19:** - Add pipeline logic and multi arch. -* **10.09.18:** - Rebase to ubuntu bionic and use 10.3 mariadb repository. +* **10.09.18:** - Rebase to ubuntu bionic and use 10.3 MariaDB repository. * **09.12.17:** - Fix continuation lines. -* **12.09.17:** - Gracefully shut down mariadb. +* **12.09.17:** - Gracefully shut down MariaDB. * **27.10.16:** - Implement linting suggestions on database init script. * **11.10.16:** - Rebase to ubuntu xenial, add version labelling. -* **09.03.16:** - Update to mariadb 10.1. Change to use custom.cnf over my.cnf in /config. Restructured init files to change config options on startup, rather than in the dockerfile. +* **09.03.16:** - Update to MariaDB 10.1. Change to use custom.cnf over my.cnf in /config. Restructured init files to change config options on startup, rather than in the dockerfile. * **26.01.16:** - Change user of mysqld_safe script to abc, better unclean shutdown handling on restart. * **23.12.15:** - Remove autoupdating, between some version updates the container breaks. * **12.08.15:** - Initial Release.