mirror of
https://github.com/chillzhuang/SpringBlade.git
synced 2024-11-11 04:59:29 +08:00
8 lines
193 B
INI
8 lines
193 B
INI
[mysqld]
|
|
|
|
init_connect='SET collation_connection = utf8_unicode_ci'
|
|
init_connect='SET NAMES utf8'
|
|
character-set-server=utf8
|
|
collation-server=utf8_unicode_ci
|
|
skip-character-set-client-handshake
|