MySQL 5.7 is at end of life. https://mattermost.atlassian.net/browse/MM-55589 ```release-note We bump up minimum MySQL version to be 8.0.0 ``` Co-authored-by: Mattermost Build <build@mattermost.com> Co-authored-by: Ibrahim Serdar Acikgoz <serdaracikgoz86@gmail.com>
21 строка
443 B
INI
21 строка
443 B
INI
[mysqld]
|
|
bind-address = 0.0.0.0
|
|
|
|
default-authentication-plugin=mysql_native_password
|
|
log-output = NONE
|
|
slow-query-log = 0
|
|
innodb_flush_log_at_trx_commit = 2
|
|
innodb_flush_method = nosync
|
|
innodb_lock_wait_timeout = 50
|
|
innodb_log_buffer_size = 3M
|
|
innodb_buffer_pool_size = 180M
|
|
|
|
max_connect_errors = 1000000
|
|
max_connections = 900
|
|
|
|
character-set-server = utf8
|
|
sql_mode = ""
|
|
innodb = FORCE
|
|
default-storage-engine = Memory
|
|
max_allowed_packet = 256M
|