Commit ead9ee9
fix(db): update MySQL collation from utf8mb4_general_ci to utf8mb4_bin
The server uses utf8mb4_bin in both Setup/MySQL.php (database creation)
and Repair/Collation.php (migration). The docs were recommending
utf8mb4_general_ci which contradicts actual server behavior.
Update both the my.cnf snippet and CREATE DATABASE example.
Fixes #1565
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>1 parent e07825a commit ead9ee9
1 file changed
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
| 145 | + | |
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| |||
0 commit comments