Skip to content

Instantly share code, notes, and snippets.

@slaysd
Last active March 9, 2019 14:18
Show Gist options
  • Save slaysd/2458bbd1a7899d5c319dd3e9845fbf53 to your computer and use it in GitHub Desktop.
Save slaysd/2458bbd1a7899d5c319dd3e9845fbf53 to your computer and use it in GitHub Desktop.
MySQL 5.5이상 UTF-8 해결방법 #blog
[mysqld]
..
collation-server = utf8_unicode_ci
character-set-server = utf8
skip-character-set-client-handshake
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment