Skip to content

Instantly share code, notes, and snippets.

@reorx
Created October 28, 2011 12:10
Show Gist options
  • Select an option

  • Save reorx/1322132 to your computer and use it in GitHub Desktop.

Select an option

Save reorx/1322132 to your computer and use it in GitHub Desktop.
update mysql to support zh_CN
[client]
default-character-set=utf8
[mysqld]
default-character-set=utf8
init_connect='SET NAMES utf8'
[mysql]
default-character-set=utf8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment