Percona Server for MySQL is a free, open-source, enhanced drop-in replacement for MySQL with improved performance, scalability, and instrumentation. This image runs Percona Server 8.0 on Ubuntu 24.04 LTS, hardened and fully patched, bound to loopback on port 3306, with a unique per-VM root password generated on first boot and data on a dedicated disk. Maintained by cloudimg.
## Percona Server for MySQL on Ubuntu 24.04 LTS
Percona Server for MySQL is a free, fully compatible, enhanced open-source drop-in replacement for MySQL, delivering better performance, greater scalability, and richer instrumentation (extended InnoDB, improved diagnostics, and more) for demanding production workloads. This image is built and maintained by cloudimg on a hardened, fully patched Ubuntu 24.04 LTS base.
### What's included
### Getting started
Retrieve the generated root password with `sudo cat /root/percona-credentials.txt`, then connect: `mysql -h 127.0.0.1 -u root -p`. Existing MySQL clients, tools, and applications work unchanged. The deployment guide on cloudimg.co.uk covers configuration, remote access, and Percona-specific features.