Skip to content

Instantly share code, notes, and snippets.

@glagola
Created December 26, 2012 10:08
Show Gist options
  • Save glagola/4379369 to your computer and use it in GitHub Desktop.
Save glagola/4379369 to your computer and use it in GitHub Desktop.
# Enforce mysql to set utf8 on every connection
# place this file in /etc/mysql/conf.d
[mysqld]
skip-character-set-client-handshake
collation-server=utf8_unicode_ci
character-set-server=utf8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment