Skip to content
This repository was archived by the owner on Mar 15, 2019. It is now read-only.

Commit 974feb5

Browse files
author
Julien Neuhart
committed
custom.cnf: moar utf8mb4
1 parent 4a70f8d commit 974feb5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mysql/conf.d/custom.cnf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ innodb_file_per_table = true
1313
# Character collation
1414
character_set_server = utf8mb4
1515
collation_server = utf8mb4_unicode_ci
16+
init-connect='SET NAMES utf8mb4'
17+
init_connect='SET collation_connection = utf8mb4_unicode_ci'
18+
skip-character-set-client-handshake
1619

1720
# Example with innodb
1821
#innodb_buffer_pool_size = 1G

0 commit comments

Comments
 (0)