Skip to main content

Command Palette

Search for a command to run...

Adminer meets Azure MySQL Database

Updated
1 min read
Adminer meets Azure MySQL Database
S

10+ years experience as CTO at AssoConnect.

We are helping nonprofits change the world with an all-in-one software to save time on daily management.

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!