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

Commit 5f81992

Browse files
author
gulien
authored
custom.cnf: now using utf8mb4
1 parent ea37816 commit 5f81992

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

mysql/conf.d/custom.cnf

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Customize this ini file at your convenience
22

3+
[client]
4+
default-character-set= utf8mb4
5+
6+
[mysqld]
7+
explicit_defaults_for_timestamp = true
8+
innodb_large_prefix = true
9+
innodb_file_format = barracuda
10+
innodb_file_format_max = barracuda
11+
innodb_file_per_table = true
12+
13+
# Character collation
14+
character_set_server=utf8mb4
15+
collation_server=utf8mb4_unicode_ci
16+
317
# Example with innodb
418
#innodb_buffer_pool_size = 1G
519
#innodb_log_buffer_size = 64M

0 commit comments

Comments
 (0)