From 27e7f4e9b0ad7fa132c2b2363c0e640e4d84c291 Mon Sep 17 00:00:00 2001 From: Marc Verney Date: Sun, 14 May 2017 12:55:57 +0200 Subject: [PATCH] Fix incoherent ut8mb4 collation in Doctrine setup --- doctrine.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doctrine.rst b/doctrine.rst index 7a616d926e2..111d32546ce 100644 --- a/doctrine.rst +++ b/doctrine.rst @@ -138,7 +138,7 @@ can automatically generate an empty ``test_project`` database for you: [mysqld] # Version 5.5.3 introduced "utf8mb4", which is recommended - collation-server = utf8mb4_general_ci # Replaces utf8_general_ci + collation-server = utf8mb4_unicode_ci # Replaces utf8_unicode_ci character-set-server = utf8mb4 # Replaces utf8 You can also change the defaults for Doctrine so that the generated SQL