Commit d0691d7
committed
use utf8mb4 as mysql connection encoding
note that this only affects `character_set_client`, `character_set_connection`,
and `character_set_results`. it does not change `character_set_database`,
`character_set_server`, and the charsets of all existing tables, which still
need to be configured/migrated separately.1 parent fb97320 commit d0691d7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments