Mariadb¶

x86-64 arm64 ยท ๐ณ Docker ยท Documentation ยท mariadb://<your.IP>:3307
MariaDB is a fast, open-source relational database server developed by the original creators of MySQL. It is designed to be fully compatible with MySQL while offering improved performance, enhanced security, and additional features.
MariaDB supports a wide range of storage engines, advanced SQL capabilities, and both single-node and clustered deployments. It is widely used in web, cloud, and
Install from armbian-config โ Software โ Database โ Mariadb
| CLI install | |
|---|---|
Database access configuration is done at first install: - create root password - create database - create normal user - create password for normal user
- Database host:
<your.IP>:3307
- Install directory:
/armbian/mariadb - Site configuration directory:
/armbian/mariadb/config
| Bash | |
|---|---|
All armbian-config commands
| Action | Command |
|---|---|
| Install | armbian-config --api module_mariadb install |
| Mariadb remove | armbian-config --api module_mariadb remove |
| Mariadb purge with data folder | armbian-config --api module_mariadb purge |
| Status | armbian-config --api module_mariadb status |
| Help | armbian-config --api module_mariadb help |
Part of Armbian’s SQL database servers and web interface managers software.