Skip to content

Instantly share code, notes, and snippets.

@jaceshim
Created December 10, 2021 05:43
Show Gist options
  • Save jaceshim/53685b0d04ff9baeedfc594c083e0346 to your computer and use it in GitHub Desktop.
Save jaceshim/53685b0d04ff9baeedfc594c083e0346 to your computer and use it in GitHub Desktop.
[client]
default-character-set = utf8mb4
[mysql]
default-character-set = utf8mb4
[mysqldump]
default-character-set = utf8mb4
[mysqld]
lower_case_table_names = 1
character-set-server=utf8mb4
collation-server=utf8mb4_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