Skip to content

Instantly share code, notes, and snippets.

@fra3il
Created March 9, 2015 12:39
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/13ec564960f8a86fb4ec to your computer and use it in GitHub Desktop.
Save fra3il/13ec564960f8a86fb4ec to your computer and use it in GitHub Desktop.
[Blog] latin1? utf8? - 1 #3
+—————————————————————————–+———————————————————————————————————————————————————————
| 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/local/mysql-5.1.51-osx10.6-x86_64/share/charsets/
| collation_connection | utf8_general_ci
| collation_database | utf8_general_ci
| collation_server | utf8_general_ci
| completion_type | 0
| concurrent_insert | 1
| connect_timeout | 10
+—————————————————————————–+———————————————————————————————————————————————————————
14 rows in set (0.00 sec)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment