ec-wagner
Results
2
comments of
ec-wagner
Trying to figure out how to use a [circleci MySQL container](https://hub.docker.com/r/circleci/mysql/) with this example. Can someone please push me in the right direction. this is how my config.yml looks like:...
from [here](https://discuss.circleci.com/t/config-circleci-for-mysql-database/19954) I found out that I have to add an mysql client to the primary container ```yaml - run: checkout - run: sudo apt install -y mysql-client ``` But...