Merge pull request #1065 from YunoHost/fix-mariadb-max_allowed_packet

[fix] MySQL server has gone away in nextcloud
This commit is contained in:
Alexandre Aubin 2020-10-27 17:17:23 +01:00 committed by GitHub
commit a73683cb66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@ port = 3306
socket = /var/run/mysqld/mysqld.sock
skip-external-locking
key_buffer_size = 16K
max_allowed_packet = 1M
max_allowed_packet = 16M
table_open_cache = 4
sort_buffer_size = 64K
read_buffer_size = 256K