-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Breaking changes between mysql:5.7.37 and mysql:5.7.38: folder /etc/mysql.conf.d is missing #876
Comments
I have also seen this issue. Locked myself to 5.7.37 for now because we are appending some config changes to /etc/mysql/mysql.conf.d/sql_mode.cnf which obviously does not exist :D There is no breaking changes noted https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-38.html#mysqld-5-7-38-deprecation-removal or anything to do with directory changes. |
It's likely this: #867 Check if using 5.7-debian explicitly solves your problem |
cheers for that @arokettu, using -debian fixed my specific issue. |
Copying comment from the other issue about the The change was from #867 A good practice to employ is to use a more specific tag that specifies the OS, and major.minor release numbers which are under "supported tags" https://hub.docker.com/_/mysql/ |
… 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.
… remove our workaround for setting the socket path (#811) 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.
see last comment
closed. |
In case it helps anyone else, the new location for
|
See also #888 🙈 ❤️ |
There are changes in the configuration folders:
Did this happen on purpose?
The text was updated successfully, but these errors were encountered: