Skip to content

Instantly share code, notes, and snippets.

@davletyarov
Created July 21, 2018 14:06
Show Gist options
  • Save davletyarov/b9deaaeb641a69fc9d3d335e763206f6 to your computer and use it in GitHub Desktop.
Save davletyarov/b9deaaeb641a69fc9d3d335e763206f6 to your computer and use it in GitHub Desktop.
+--------------------------+----------------------------+
| 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/ |
+--------------------------+----------------------------+
+----------------------+-----------------+
| Variable_name | Value |
+----------------------+-----------------+
| collation_connection | utf8_unicode_ci |
| collation_database | utf8_unicode_ci |
| collation_server | utf8_unicode_ci |
+----------------------+-----------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment