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
First, we plan to have a better way to extend any configuration, see more in #34. As for the other ways to change configuration wihtout modifying the my.cnf, then using more arguments after specifying the main CMD (default is run-mysqld) should work as well, e.g.:
docker run <img> run-mysqld --character-set-server=X --collation-server=Y
The extension of the image is in place for some time already. Since the issue is opened for too long, let's close it. Please, re-open if the issue is still actual.
Is there a way to set
--character-set-server
and--collation-server
without modifying the default my.cnf file?The text was updated successfully, but these errors were encountered: