Many people where custom mounting their configuration on
/etc/mysql/my.cnf overriding many other defaults. The docs
here simplify to the /etc/mysql/conf.d directory intended.
A few people are doing user@hostname configurations and
with the way skip-name-resolve is implemented in the server
it not obvious how to disable this. Added docs to clarify this,
and how to examine the final configuration.
This includes the new features in the release
https://mariadb.com/kb/en/mariadb-10242-release-notes/#docker-library
The Mariabackup example has been modified to use a separate container
for better isolation of backup and data.
The mariadb-backup restore method includes an example using
/docker-entrypoint-initdb.d.
Edits thanks Daniel Rudolf and Ian Gilfillan.
* mariadb: using --port
As mentioned in #2708 docs documenting how to change the port,
particular for host networking was requested.
The example in "configuration without a cnf file section" was
already the default anyway (utf8), so this was just replaced.
Using MARIADB_ROOT_PASSWORD in the example to move away from
MySQL naming (still supported however).
Closes: #2078
* mariadb: added support for .sql.zst in /docker-entrypoint-initdb.d
This was added a while ago in https://github.com/MariaDB/mariadb-docker/pull/376
* mariadb: add Mariabackup (and restore) mechanism
gosu mysql -> --user mysql suggestion thanks @yosifkit
Closes: #MariaDB/mariadb-docker/issues/390
* mariadb: add password reset documentation
Closes: #MariaDB/mariadb-docker/issues/365
* mariadb: installing plugins
* Update mariadb/content.md
Co-authored-by: yosifkit <yosifkit@gmail.com>
* Update mariadb/content.md
Formatting on INSTALL SONAME
Co-authored-by: Tianon Gravi <admwiggin@gmail.com>
* Update mariadb/content.md
Compressed backup simplier
Co-authored-by: Tianon Gravi <admwiggin@gmail.com>
* Update mariadb/content.md
better use of apt-get arguments
Co-authored-by: Tianon Gravi <admwiggin@gmail.com>
Co-authored-by: yosifkit <yosifkit@gmail.com>
Co-authored-by: Tianon Gravi <admwiggin@gmail.com>
* mariadb: update "What is MariaDB?"
Update description/license plege based on https://mariadb.org/about/
Update predominate users based on more recentl wikipedia links.
Drop-in compatibility is considered by many as overstepping the mark,
despite being moderately true, so limit the statement somewhat.
* mariadb: change hosting repository
* mariadb: replace logo
From https://mariadb.org/wp-content/uploads/2019/01/mariadb_org_rgb_v.png
* mariadb: reference JIRA for issues
* mariadb: content reference mariadb command line and docs
* mariadb: reference as MariaDB logs/configuration file
* mariadb: change README-short.txt
* mariadb: update maintainer
* mariadb: add get-help.md
* mariadb: *.sql.xz files initialization allowed
* mariadb: network naming from #1860