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

how to set the charset when i created database #245

Open
YoungCh322 opened this issue Nov 13, 2018 · 0 comments
Open

how to set the charset when i created database #245

YoungCh322 opened this issue Nov 13, 2018 · 0 comments

Comments

@YoungCh322
Copy link

when i create a database like this
"docker run -d --name mysql -e MYSQL_USER=user -e MYSQL_PASSWORD=pass -e MYSQL_DATABASE=db -e MYSQL_CHAR_SET=utf8 -e MYSQL_COLLATION=utf8_unicode_ci -p 3306:3306 rhscl/mysql-57-rhel7"

but the character_set_database and character_set_server is still latin1...
what should i do to solve this

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

1 participant