Skip to content

Instantly share code, notes, and snippets.

@py4ina
Created July 9, 2019 10:39
Show Gist options
  • Save py4ina/1ef33650991ca3e5d32fc648cc2bd06a to your computer and use it in GitHub Desktop.
Save py4ina/1ef33650991ca3e5d32fc648cc2bd06a to your computer and use it in GitHub Desktop.
[client]
default-character-set=utf8
[mysql]
default-character-set=utf8
[mysqld]
collation-server = utf8_unicode_ci
init-connect='SET NAMES utf8'
character-set-server = utf8
@py4ina
Copy link
Author

py4ina commented Jul 10, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment