Created
July 21, 2018 14:05
-
-
Save davletyarov/399431f87ec3bc65adb8be64aca735b6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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