Skip to content

Commit c27f16a

Browse files
marcverneyxabbuh
authored andcommitted
Fix incoherent ut8mb4 collation in Doctrine setup
1 parent 74f72db commit c27f16a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doctrine.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ can automatically generate an empty ``test_project`` database for you:
142142
143143
[mysqld]
144144
# Version 5.5.3 introduced "utf8mb4", which is recommended
145-
collation-server = utf8mb4_general_ci # Replaces utf8_general_ci
145+
collation-server = utf8mb4_unicode_ci # Replaces utf8_unicode_ci
146146
character-set-server = utf8mb4 # Replaces utf8
147147
148148
We recommend against MySQL's ``utf8`` character set, since it does not

0 commit comments

Comments
 (0)