Skip to content

Instantly share code, notes, and snippets.

@Nek-
Created May 12, 2012 16:39
Show Gist options
  • Save Nek-/2667514 to your computer and use it in GitHub Desktop.
Save Nek-/2667514 to your computer and use it in GitHub Desktop.
mysql> show variables like 'character_set_%';
+--------------------------+----------------------------+
| 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