Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix MySQL 5.7 tests #811

Commits on Jul 7, 2022

  1. ci: latest mysql 5.7 container image removed /etc/mysql/mysql.conf.d,…

    … remove our workaround for setting the socket path
    
    with docker-library/mysql#867 images without distro tag are now built on oracle linux by default.
    this change removed /etc/mysql/mysql.conf.d from the image, see also docker-library/mysql#876.
    this also means we no longer need to work around the socket path being overridden in another config file and we can use the same logic as on all other images.
    Nothing4You committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    d62de0e View commit details
    Browse the repository at this point in the history