Skip to content

Mysql setting

t-matsumo edited this page May 6, 2018 · 2 revisions

append the follows snipet to my.cnf.

And restart mysql.

# ↓add to [mysqld] section
character-set-server=utf8mb4

# ↓create [client] section
[client]
default-character-set=utf8mb4