mirror of
https://github.com/chillzhuang/SpringBlade.git
synced 2024-11-13 14:09:27 +08:00
8 lines
193 B
Plaintext
8 lines
193 B
Plaintext
|
[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
|