mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-05 00:40:24 +08:00
11 lines
246 B
Plaintext
11 lines
246 B
Plaintext
|
|
[mysqld]
|
||
|
|
user=mysql
|
||
|
|
default-storage-engine=INNODB
|
||
|
|
character-set-server=utf8
|
||
|
|
character-set-client-handshake=FALSE
|
||
|
|
collation-server=utf8_unicode_ci
|
||
|
|
init_connect='SET NAMES utf8'
|
||
|
|
[client]
|
||
|
|
default-character-set=utf8
|
||
|
|
[mysql]
|
||
|
|
default-character-set=utf8
|