MariaDB-Official

MariaDB-Official

Offiziell

Docker-Anwendung from mgutt's Repository

Übersicht

Official MariaDB database container. It allows to set a database and username without using the console. MariaDB is a community-developed, commercially supported fork of MySQL (RDBMS). Root Password: This container creates by default a random root password on initial execution. Open Docker > MariaDB Icon > Logs > Scroll down to "GENERATED ROOT PASSWORD" to find it. Creating database dumps docker exec MariaDB-Official sh -c 'exec mysqldump --all-databases -uroot -p"YOUR_ROOT_PASSWORD"' > /mnt/user/Backups/all-databases.sql Restoring data from dump files docker exec -i MariaDB-Official sh -c 'exec mysql -uroot -p"YOUR_ROOT_PASSWORD"' < /mnt/user/Backups/all-databases.sql

Laufzeit-Argumente

Netzwerk
bridge
Shell
sh
Privilegiert
false
Extra Params
--user=99:100 --memory=2G

Konfiguration der Vorlage

PortPorttcp

Container Port: 3306

Ziel
3306
Wert
3306
Generate Random PasswordVariable

Set to yes, to generate a random root password. The generated password will be printed to the logs (Docker &gt; MariaDB Icon &gt; Logs).

Ziel
MARIADB_RANDOM_ROOT_PASSWORD
Wert
Yes
Database NameVariable

This variable allows you to specify the name of a database to be created on image startup.

Ziel
MARIADB_DATABASE
Wert
dbname_here
Database UserVariable

Container Variable: MARIADB_USER

Ziel
MARIADB_USER
Wert
dbuser_here
Database PasswordVariable

Container Variable: MARIADB_PASSWORD

Ziel
MARIADB_PASSWORD
DataPathrw

Recommened: For better performance replace /mnt/user against /mnt/cache. Note: This requires appdata share caching set to Prefer or Only!

Ziel
/var/lib/mysql
Wert
/mnt/user/appdata/mariadb-official/data
ConfigPathrw

Container Path: /etc/mysql/conf.d

Ziel
/etc/mysql/conf.d
Wert
/mnt/user/appdata/mariadb-official/config
Root PasswordVariable

Generate Random Password must be empty if you like to set your own Root Password!

Ziel
MARIADB_ROOT_PASSWORD

Statistik herunterladen

0
Downloads insgesamt
22,924,444
Dieser Monat
15,154,367
Durchschnittlich / Monat

Gesamte Downloads im Laufe der Zeit

Tabelle laden...

Einzelheiten

Repository
mariadb
Zuletzt aktualisiert2026-05-27
Erstmals gesehen2021-06-10

Führen Sie MariaDB-Official auf Unraid aus.

MariaDB-Official ist gelistet in Community Apps für Unraid OS. Erkunden Sie Unraid, um einen flexiblen Heimserver, ein NAS oder ein Heimlabor aufzubauen.