Re-order my.cnf

This commit is contained in:
Roy Lenferink 2023-01-09 14:52:21 +01:00
parent 13496998e6
commit acee85f5b9
1 changed files with 6 additions and 6 deletions

View File

@ -1,3 +1,9 @@
[client]
default-character-set = utf8mb4
[mysql]
default-character-set = utf8mb4
[mysqld] [mysqld]
character-set-client-handshake = FALSE character-set-client-handshake = FALSE
character-set-server = utf8mb4 character-set-server = utf8mb4
@ -27,9 +33,3 @@ log-warnings = 0
event_scheduler = 1 event_scheduler = 1
interactive_timeout = 3610 interactive_timeout = 3610
wait_timeout = 3610 wait_timeout = 3610
[client]
default-character-set = utf8mb4
[mysql]
default-character-set = utf8mb4