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

Commit 4a70f8d

Browse files
author
gulien
authored
typo
1 parent c507381 commit 4a70f8d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mysql/conf.d/custom.cnf

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

33
[client]
4-
default-character-set= utf8mb4
4+
default-character-set = utf8mb4
55

66
[mysqld]
77
explicit_defaults_for_timestamp = true
@@ -11,8 +11,8 @@ innodb_file_format_max = barracuda
1111
innodb_file_per_table = true
1212

1313
# Character collation
14-
character_set_server=utf8mb4
15-
collation_server=utf8mb4_unicode_ci
14+
character_set_server = utf8mb4
15+
collation_server = utf8mb4_unicode_ci
1616

1717
# Example with innodb
1818
#innodb_buffer_pool_size = 1G

0 commit comments

Comments
 (0)