Skip to content

Instantly share code, notes, and snippets.

@mjunya1030
Created November 20, 2015 15:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mjunya1030/f781d1e49f774c2e2a53 to your computer and use it in GitHub Desktop.
Save mjunya1030/f781d1e49f774c2e2a53 to your computer and use it in GitHub Desktop.
Cloud9でMySQLの文字化けを治す ref: http://qiita.com/mjunya1030/items/02f2d77e814f8494cf38
[mysqld]
...
character-set-server=utf8 #mysqldセクションの末尾に追加
[client]
default-character-set=utf8 #clientセクションを追加
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment