Skip to content

Instantly share code, notes, and snippets.

@junichi11
Created October 21, 2011 12:00
Show Gist options
  • Save junichi11/1303661 to your computer and use it in GitHub Desktop.
Save junichi11/1303661 to your computer and use it in GitHub Desktop.
MySQL文字コード設定
[mysqld]
#5.5.16
character-set-server=utf8
skip-character-set-client-handshake
[client]
default-character-set=utf8
[mysql]
default-character-set=utf8
[mysqldump]
default-character-set=utf8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment