Skip to content

Instantly share code, notes, and snippets.

@conradlee
Created December 1, 2011 13:52
Show Gist options
  • Save conradlee/1416871 to your computer and use it in GitHub Desktop.
Save conradlee/1416871 to your computer and use it in GitHub Desktop.
UTF8 Settings in mysq
mysql> show variables like '%character%';
+--------------------------+----------------------------+
| Variable_name | Value |
+--------------------------+----------------------------+
| character_set_client | utf8 |
| character_set_connection | utf8 |
| character_set_database | utf8 |
| character_set_filesystem | binary |
| character_set_results | utf8 |
| character_set_server | utf8 |
| character_set_system | utf8 |
| character_sets_dir | /usr/share/mysql/charsets/ |
+--------------------------+----------------------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment