MySQL interface
Run the following command before running tests:
$ docker run --name test-mysql --rm -e MYSQL_ROOT_PASSWORD=password -e MYSQL_DATABASE=test_db -p 3306:3306 mysql:5.7.20