Skip to content

Commit 0e90947

Browse files
authored
Merge pull request #1011 from cakephp/dereuromark-patch-1
Utf8mb4 by default
2 parents 4efbb63 + 5b6b6f0 commit 0e90947

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/app.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@
287287
/*
288288
* For MariaDB/MySQL the internal default changed from utf8 to utf8mb4, aka full utf-8 support
289289
*/
290-
//'encoding' => 'utf8mb4',
290+
'encoding' => 'utf8mb4',
291291

292292
/*
293293
* If your MySQL server is configured with `skip-character-set-client-handshake`
@@ -326,7 +326,7 @@
326326
'driver' => Mysql::class,
327327
'persistent' => false,
328328
'timezone' => 'UTC',
329-
//'encoding' => 'utf8mb4',
329+
'encoding' => 'utf8mb4',
330330
'flags' => [],
331331
'cacheMetadata' => true,
332332
'quoteIdentifiers' => false,

0 commit comments

Comments
 (0)