Skip to content

Set Mysql to be UTF8 #19

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

Merged
merged 1 commit into from
Jun 24, 2013
Merged

Set Mysql to be UTF8 #19

merged 1 commit into from
Jun 24, 2013

Conversation

esemeniuc
Copy link

From http://stackoverflow.com/a/9350444

Makes everything uft8_unicode_ci

+----------------------+-----------------+
| Variable_name | Value |
+----------------------+-----------------+
| collation_connection | utf8_unicode_ci |
| collation_database | utf8_unicode_ci |
| collation_server | utf8_unicode_ci |
+----------------------+-----------------+

+----------------------+-----------------+
| Variable_name        | Value           |
+----------------------+-----------------+
| collation_connection | utf8_unicode_ci |
| collation_database   | utf8_unicode_ci |
| collation_server     | utf8_unicode_ci |
+----------------------+-----------------+

From http://stackoverflow.com/a/9350444
xeoncross added a commit that referenced this pull request Jun 24, 2013
@xeoncross xeoncross merged commit d458010 into xeoncross:master Jun 24, 2013
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

Successfully merging this pull request may close these issues.

2 participants