Skip to content

Instantly share code, notes, and snippets.

@fra3il
Created March 9, 2015 12:37
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 fra3il/c1748d1ff0a19e4e4b17 to your computer and use it in GitHub Desktop.
Save fra3il/c1748d1ff0a19e4e4b17 to your computer and use it in GitHub Desktop.
[Blog] latin1? utf8? - 1 #2
[mysql]
default-character-set = utf8
[mysqld]
character-set-client-handshake = FALSE
init_connect = "SET collation_connection = utf8_general_ci"
init_connect = "SET NAMES utf8"
default-character-set = utf8
character-set-server = utf8
collation-server = utf8_general_ci
[client]
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