MySQL Store Emoji utf8mb4 Setup
Checklist:
- ALTER database charset utf8mb4.
- ALTER table + columns to utf8mb4.
- my.cnf set character-set-server=utf8mb4.
- Client connection
SET NAMES utf8mb4
/ DSN param.
All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.
Comments