Skip to content

Instantly share code, notes, and snippets.

@davletyarov
Created July 21, 2018 14:05
Show Gist options
  • Save davletyarov/399431f87ec3bc65adb8be64aca735b6 to your computer and use it in GitHub Desktop.
Save davletyarov/399431f87ec3bc65adb8be64aca735b6 to your computer and use it in GitHub Desktop.
[client]
default-character-set=utf8
[mysql]
default-character-set=utf8
[mysqld]
sql-mode=''
init_connect='SET collation_connection = utf8_unicode_ci'
init_connect='SET NAMES utf8'
character-set-server=utf8
collation-server=utf8_unicode_ci
skip-character-set-client-handshake
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment