Circleci/mysql:5.6 Failures

Hmm, there are some random Mongo failures over here. I wonder if they are related?

You’ve not posted your YAML config, but I assume you have spun up MySQL as a secondary Docker container. If you are presently stuck, you could instead install it in your build container from the OS repo (something like apt-get install -y mysql-server) and start it manually.