You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -63,7 +63,7 @@ If you didn't set a password during installation, (see logs for warning) use
63
63
`mariadb-admin -u root -p<PASSWORD>`
64
64
to set one at the docker prompt...
65
65
66
-
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.
66
+
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.
67
67
68
68
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.
69
69
@@ -175,7 +175,7 @@ Containers are configured using parameters passed at runtime (such as those abov
175
175
176
176
| Parameter | Function |
177
177
| :----: | --- |
178
-
|`-p 3306`|Mariadb listens on this port. |
178
+
|`-p 3306`|MariaDB listens on this port. |
179
179
|`-e PUID=1000`| for UserID - see below for explanation |
180
180
|`-e PGID=1000`| for GroupID - see below for explanation |
181
181
|`-e TZ=Etc/UTC`| specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). |
@@ -358,18 +358,18 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
358
358
***06.07.21:** - Rebase master to alpine.
359
359
***03.07.21:** - Rebase to 3.14.
360
360
***08.02.21:** - Fix new installs.
361
-
***08.02.21:** - Rebase to alpine. Add mariadb-backup.
361
+
***08.02.21:** - Rebase to alpine. Add MariaDB-backup.
362
362
***08.02.21:** - Release alpine tag. The alpine release will replace the latest tag in the near future.
363
363
***27.10.19:** - Bump to 10.4, ability use custom sql on initial init ,defining root passwords via file.
364
364
***23.03.19:** - Switching to new Base images, shift to arm32v7 tag.
365
365
***07.03.19:** - Add ability to setup a database and default user on first spinup.
366
366
***26.01.19:** - Add pipeline logic and multi arch.
367
-
***10.09.18:** - Rebase to ubuntu bionic and use 10.3 mariadb repository.
367
+
***10.09.18:** - Rebase to ubuntu bionic and use 10.3 MariaDB repository.
368
368
***09.12.17:** - Fix continuation lines.
369
-
***12.09.17:** - Gracefully shut down mariadb.
369
+
***12.09.17:** - Gracefully shut down MariaDB.
370
370
***27.10.16:** - Implement linting suggestions on database init script.
371
371
***11.10.16:** - Rebase to ubuntu xenial, add version labelling.
372
-
***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.
372
+
***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.
373
373
***26.01.16:** - Change user of mysqld_safe script to abc, better unclean shutdown handling on restart.
374
374
***23.12.15:** - Remove autoupdating, between some version updates the container breaks.
- { external_port: "3306", internal_port: "3306", port_desc: "Mariadb listens on this port." }
29
+
- { external_port: "3306", internal_port: "3306", port_desc: "MariaDB listens on this port." }
30
30
31
31
# optional container parameters
32
32
opt_param_usage_include_env: true
@@ -43,7 +43,7 @@ app_setup_block: |
43
43
`mariadb-admin -u root -p<PASSWORD>`
44
44
to set one at the docker prompt...
45
45
46
-
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.
46
+
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.
47
47
48
48
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.
49
49
@@ -121,12 +121,12 @@ changelogs:
121
121
- { date: "23.03.19:", desc: "Switching to new Base images, shift to arm32v7 tag." }
122
122
- { date: "07.03.19:", desc: "Add ability to setup a database and default user on first spinup." }
123
123
- { date: "26.01.19:", desc: "Add pipeline logic and multi arch." }
124
-
- { date: "10.09.18:", desc: "Rebase to ubuntu bionic and use 10.3 mariadb repository." }
124
+
- { date: "10.09.18:", desc: "Rebase to ubuntu bionic and use 10.3 MariaDB repository." }
- { date: "11.10.16:", desc: "Rebase to ubuntu xenial, add version labelling." }
129
-
- { date: "09.03.16:", desc: "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." }
129
+
- { date: "09.03.16:", desc: "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." }
130
130
- { date: "26.01.16:", desc: "Change user of mysqld_safe script to abc, better unclean shutdown handling on restart." }
131
131
- { date: "23.12.15:", desc: "Remove autoupdating, between some version updates the container breaks." }
0 commit comments