We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c507381 commit 4a70f8dCopy full SHA for 4a70f8d
1 file changed
mysql/conf.d/custom.cnf
@@ -1,7 +1,7 @@
1
# Customize this ini file at your convenience
2
3
[client]
4
-default-character-set= utf8mb4
+default-character-set = utf8mb4
5
6
[mysqld]
7
explicit_defaults_for_timestamp = true
@@ -11,8 +11,8 @@ 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
+character_set_server = utf8mb4
+collation_server = utf8mb4_unicode_ci
16
17
# Example with innodb
18
#innodb_buffer_pool_size = 1G
0 commit comments