MariaDB-Official

MariaDB-Official

Officielle

Application Docker from mgutt's Repository

Vue d'ensemble

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

Arguments d'exécution

Réseau
bridge
Coquille
sh
Privilégié
false
Paramètres supplémentaires
--user=99:100 --memory=2G

Configuration du modèle

PortPorttcp

Container Port: 3306

Cible
3306
Valeur
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).

Cible
MARIADB_RANDOM_ROOT_PASSWORD
Valeur
Yes
Database NameVariable

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

Cible
MARIADB_DATABASE
Valeur
dbname_here
Database UserVariable

Container Variable: MARIADB_USER

Cible
MARIADB_USER
Valeur
dbuser_here
Database PasswordVariable

Container Variable: MARIADB_PASSWORD

Cible
MARIADB_PASSWORD
DataPathrw

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

Cible
/var/lib/mysql
Valeur
/mnt/user/appdata/mariadb-official/data
ConfigPathrw

Container Path: /etc/mysql/conf.d

Cible
/etc/mysql/conf.d
Valeur
/mnt/user/appdata/mariadb-official/config
Root PasswordVariable

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

Cible
MARIADB_ROOT_PASSWORD

Télécharger les statistiques

0
Total des téléchargements
22,924,444
Ce mois-ci
15,154,367
Moyenne / Mois

Total des téléchargements au fil du temps

Chargement du graphique...

Détails

Référentiel
mariadb
Dernière mise à jour2026-05-27
Première vue2021-06-10

Exécutez MariaDB-Official sur Unraid.

MariaDB-Official est listé dans Community Apps pour Unraid OS. Explorez Unraid pour créer un serveur domestique flexible, un NAS ou un laboratoire domestique.