MySQL¶

x86-64 arm64 · 🐳 Docker · Documentation · mysql://<your.IP>:3306
MySQL is one of the world’s most widely used open-source database servers. Trusted for decades in web, cloud, and enterprise applications.
Install from armbian-config → Software → Database → MySQL
| 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>
- Install directory:
/armbian/mysql - Data volume mounted to:
/armbian/mysql/data
| Bash | |
|---|---|
All armbian-config commands
| Action | Command |
|---|---|
| Install | armbian-config --api module_mysql install |
| MySQL remove | armbian-config --api module_mysql remove |
| MySQL purge with data folder | armbian-config --api module_mysql purge |
| Status | armbian-config --api module_mysql status |
| Help | armbian-config --api module_mysql help |
Part of Armbian’s SQL database servers and web interface managers software.