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

Encoding settings #30

Closed
alex-sl-eng opened this issue Mar 17, 2017 · 3 comments
Closed

Encoding settings #30

alex-sl-eng opened this issue Mar 17, 2017 · 3 comments

Comments

@alex-sl-eng
Copy link

Is there a way to set --character-set-server and --collation-server without modifying the default my.cnf file?

@hhorak
Copy link
Member

hhorak commented Apr 26, 2017

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

All the other arguments look like being passed to the CMD: https://github.com/sclorg/mariadb-container/blob/master/10.1/root/usr/bin/run-mysqld#L35

@hhorak
Copy link
Member

hhorak commented Apr 27, 2017

Previous comment mentioned #34, but I wanted to point to #32..

@hhorak
Copy link
Member

hhorak commented Apr 10, 2024

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.

@hhorak hhorak closed this as completed Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants