Adminer meets Azure MySQL Database

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.
Search for a command to run...

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.
No comments yet. Be the first to comment.
And some tips & tricks to modify dates with PHP

Key points and strategy to migrate from a proprietary framework to Symfony, discussing routing, service injection, and database entities.

Review of known pitfalls to quickly debug a ClockMock test

AssoConnect Technical Blog
4 posts
We help nonprofits change the world with an all-in-one software. We like curious and product-oriented developers always eager to improve their coding skills. Join us!
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!