Adminer meets Azure MySQL Database

Photo by Ian Taylor on Unsplash

Adminer meets Azure MySQL Database

I recently deployed a new instance of Azure Database for MySQL Flexible Server.
And I found out it uses a different SSL certificate than the legacy Single Server.

This obviously broke my current Adminer setup with the login-ssl.php plugin so I decided to publish a dedicated Adminer Docker image dedicated to Azure-managed MySQL servers.

This image is based on the latest official Adminer Docker image and ships with a combined certificate for both Flexible & Single servers.

The code source is available at https://github.com/assoconnect/docker-adminer-azure under the MIT license and is daily built & published to Docker Hub at https://hub.docker.com/r/assoconnect/adminer-azure

Happy admin!