We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74f72db commit c27f16aCopy full SHA for c27f16a
doctrine.rst
@@ -142,7 +142,7 @@ can automatically generate an empty ``test_project`` database for you:
142
143
[mysqld]
144
# Version 5.5.3 introduced "utf8mb4", which is recommended
145
- collation-server = utf8mb4_general_ci # Replaces utf8_general_ci
+ collation-server = utf8mb4_unicode_ci # Replaces utf8_unicode_ci
146
character-set-server = utf8mb4 # Replaces utf8
147
148
We recommend against MySQL's ``utf8`` character set, since it does not
0 commit comments