Skip to content

Instantly share code, notes, and snippets.

@okiwan
Created May 13, 2014 14:41
Show Gist options
  • Save okiwan/b368de40c3846b640177 to your computer and use it in GitHub Desktop.
Save okiwan/b368de40c3846b640177 to your computer and use it in GitHub Desktop.
Mysql UTF8 user configuration file
[client]
default-character-set=utf8
[mysql]
default-character-set=utf8
[mysqld]
collation-server = utf8_unicode_ci
init-connect='SET NAMES utf8'
character-set-server = utf8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment