Skip to content

Instantly share code, notes, and snippets.

@jeonguk
Created August 27, 2018 02:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeonguk/5d7fadd5fe91368cdcbbc3f3fe85fafc to your computer and use it in GitHub Desktop.
Save jeonguk/5d7fadd5fe91368cdcbbc3f3fe85fafc to your computer and use it in GitHub Desktop.
MySQL Configuration utf8mb4 setting
[client]
default-character-set = utf8mb4
[mysql]
default-character-set = utf8mb4
[mysqld]
character-set-server=utf8mb4
collation-server=utf8mb4_general_ci
log_timestamps=SYSTEM
# Default Homebrew MySQL server config
# [mysqld]
# Only allow connections from localhost
bind-address = 127.0.0.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment