17 lines
299 B
INI
17 lines
299 B
INI
[mysqld]
|
|
skip-log-bin
|
|
sql_mode=""
|
|
|
|
# Slow query settings:
|
|
slow_query_log=0
|
|
slow_query_log_file=/var/log/mysql/slow.log
|
|
long_query_time=10
|
|
|
|
default_authentication_plugin = mysql_native_password
|
|
|
|
character-set-server=utf8mb4
|
|
collation-server=utf8mb4_unicode_ci
|
|
|
|
[client]
|
|
default-character-set=utf8mb4
|