edbizarro / gitlab-ci-pipeline-php

:coffee: Docker images for test PHP applications with Gitlab CI (or any other CI platform!)
https://hub.docker.com/r/edbizarro/gitlab-ci-pipeline-php
MIT License
528 stars 166 forks source link

Is there a way to change mysql configuration in the images? #114

Open adrienne opened 3 years ago

adrienne commented 3 years ago

I need to change sql_mode for one of my apps. I can use SET GLOBAL, but it involves some shenanigans; it'd be a lot easier if i could tweak the basic configuration somehow.