docker_zoo/docker/mysql-latest/my_custom.cnf
2020-11-19 20:48:41 +05:00

20 lines
475 B
INI

[client]
default-character-set = utf8mb4
[mysql]
default-character-set = utf8mb4
[mysqld]
default_authentication_plugin=mysql_native_password
character-set-client-handshake = false
character-set-server = utf8mb4
collation-server = utf8mb4_unicode_ci
init_connect='SET collation_connection = utf8mb4_unicode_ci'
init_connect='SET NAMES utf8mb4'
skip-character-set-client-handshake
slow-query-log = 1
slow-query-log-file = /var/log/mysql/mysql-slow.log
long_query_time = 2