You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MySQL 5.7.14 changed the structure of the configuration directory, so
/etc/mysql/my.cnf no longer contains the config options, but only includes other directories.
This caused the modification done to the config in Dockerfile to fail silently, creating issues
with any setups that required those changes, such as running with a different user.
Changed script to modify the new file /etc/mysql/mysql.conf.d/mysqld.cnf
0 commit comments