phpMyAdmin is the web interface for administering MySQL and MariaDB. This image runs it on Ubuntu 24.04 LTS with a bundled MariaDB server, the web UI on port 80, a per VM database root password on first boot, and all data on a dedicated disk. By cloudimg.
## phpMyAdmin on Ubuntu 24.04 LTS
phpMyAdmin is the most widely used web interface for administering MySQL and MariaDB databases. From an ordinary browser you can browse and edit tables, run SQL, import and export data, manage users and privileges, and monitor the server, with no local client to install. Built and maintained by cloudimg on a hardened, fully patched Ubuntu 24.04 LTS base with nginx and PHP 8.3 FPM, and shipped with a bundled local MariaDB server so the appliance is useful on its own. A unique database root password, the phpMyAdmin configuration storage (control database) and a random blowfish secret are all generated on the first boot of every VM. Sign in as root with the password from /root/phpmyadmin-credentials.txt, then manage your databases from a clean web interface. The bundled MariaDB listens only on the loopback interface (127.0.0.1:3306) and keeps every database on a dedicated managed data disk. You can also point phpMyAdmin at additional MySQL and MariaDB servers. An unauthenticated /healthz endpoint is provided for load balancer probes. phpMyAdmin is licensed under the GNU General Public License v2.0 (GPL-2.0).