14 lines
259 B
INI
14 lines
259 B
INI
[mysqld]
|
|
character-set-server=utf8mb4
|
|
collation-server=utf8mb4_unicode_ci
|
|
default-authentication-plugin=mysql_native_password
|
|
|
|
max_allowed_packet=100M
|
|
innodb_buffer_pool_size=256M
|
|
|
|
[client]
|
|
default-character-set=utf8mb4
|
|
|
|
[mysql]
|
|
default-character-set=utf8mb4
|