mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Merge pull request #1065 from YunoHost/fix-mariadb-max_allowed_packet
[fix] MySQL server has gone away in nextcloud
This commit is contained in:
commit
a73683cb66
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue