Home / Support / MariaDB on AlmaLinux 9
MariaDB on AlmaLinux 9 — MariaDB on AlmaLinux 9: the community-driven MySQL-compatible database on an enterprise-grade RHEL-compatible base. Published by Derek Coleman & Associates Inc on the Azure Marketplace, deployed in your own Azure subscription.
| Application ports | 3306 (MySQL protocol) — opened in firewalld at first boot |
|---|---|
| Admin credential file | sudo cat /var/lib/mysql/.root-password |
| Sign in as | root (root@localhost, password set at first boot) |
| Service(s) | mariadb |
| Configuration | /etc/my.cnf.d/mariadb-server.cnf |
| Logs | journalctl -u mariadb -f; /var/log/mariadb/mariadb.log |
| Version | MariaDB (AlmaLinux 9 AppStream package) |
| Platform | AlmaLinux 9 |
This image generates its admin credential on the VM at first boot — nothing is pre-set. SSH into the VM with the username + key you chose at deploy, then print the generated credential:
ssh <your-username>@<VM-IP>
sudo cat /var/lib/mysql/.root-passwordSign in as root (root@localhost, password set at first boot).
The MariaDB root password is generated at first boot and stored root/mysql-readable in /var/lib/mysql/.root-password. Change it after first sign-in.
Email support@dcassociatesgroup.com (response within 1 business day) or send a
message via the contact form. Include the offer name, VM size, region, and any log output — sudo journalctl -u <service> -n 100 usually tells the story.