OnlyOfficeCS-docker/config/mysql/conf.d/onlyoffice.cnf

6 lines
128 B
Plaintext
Raw Permalink Normal View History

2017-07-06 16:12:54 +00:00
[mysqld]
sql_mode = 'NO_ENGINE_SUBSTITUTION'
max_connections = 1000
max_allowed_packet = 1048576000
2017-09-22 14:36:04 +00:00
group_concat_max_len = 2048