15 lines
427 B
Plaintext
15 lines
427 B
Plaintext
|
|
[mysqld]
|
||
|
|
user=mysql
|
||
|
|
character-set-server=utf8mb4
|
||
|
|
default_authentication_plugin=mysql_native_password
|
||
|
|
secure_file_priv=/var/lib/mysql
|
||
|
|
expire_logs_days=7
|
||
|
|
sql_mode=STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION
|
||
|
|
max_connections=1000
|
||
|
|
lower_case_table_names=1
|
||
|
|
group_concat_max_len = 18446744073709551615
|
||
|
|
[client]
|
||
|
|
default-character-set=utf8mb4
|
||
|
|
[mysql]
|
||
|
|
default-character-set=utf8mb4
|