MariaDB-Official

MariaDB-Official

Oficial

Aplicación Docker from mgutt's Repository

Visión general

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

Argumentos en tiempo de ejecución

Red
bridge
Concha
sh
Privilegiado
false
Parámetros adicionales
--user=99:100 --memory=2G

Configuración de plantillas

PortPorttcp

Container Port: 3306

Objetivo
3306
Valor
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).

Objetivo
MARIADB_RANDOM_ROOT_PASSWORD
Valor
Yes
Database NameVariable

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

Objetivo
MARIADB_DATABASE
Valor
dbname_here
Database UserVariable

Container Variable: MARIADB_USER

Objetivo
MARIADB_USER
Valor
dbuser_here
Database PasswordVariable

Container Variable: MARIADB_PASSWORD

Objetivo
MARIADB_PASSWORD
DataPathrw

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

Objetivo
/var/lib/mysql
Valor
/mnt/user/appdata/mariadb-official/data
ConfigPathrw

Container Path: /etc/mysql/conf.d

Objetivo
/etc/mysql/conf.d
Valor
/mnt/user/appdata/mariadb-official/config
Root PasswordVariable

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

Objetivo
MARIADB_ROOT_PASSWORD

Descargar estadísticas

0
Descargas totales
22,924,444
Este mes
15,154,367
Media / Mes

Descargas totales a lo largo del tiempo

Cargando gráfico...

Detalles

Repositorio
mariadb
Última actualización2026-05-27
Visto por primera vez2021-06-10

Ejecute MariaDB-Official en Unraid.

MariaDB-Official se encuentra en Community Apps para Unraid OS. Explore Unraid para crear un servidor doméstico flexible, un NAS o un laboratorio doméstico.