From fbeeee3558fa42e0f5845f54820fc8090ca7183d Mon Sep 17 00:00:00 2001 From: Eric Nemchik Date: Tue, 29 Sep 2020 08:38:26 -0500 Subject: [PATCH] Update my.cnf --- root/defaults/my.cnf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/root/defaults/my.cnf b/root/defaults/my.cnf index aebd7fe..2c6e720 100644 --- a/root/defaults/my.cnf +++ b/root/defaults/my.cnf @@ -4,6 +4,7 @@ nice = 0 [mysqld] +character-set-server = utf8 max_connections = 100 connect_timeout = 5 wait_timeout = 600 @@ -137,6 +138,3 @@ max_allowed_packet = 16M [isamchk] key_buffer_size = 16M - - -