From b02dc91821eb57e9d1a1215c1ab81ecf8d79d53f Mon Sep 17 00:00:00 2001 From: "rieger::CLOUD" Date: Mon, 9 Jul 2018 10:15:40 +0200 Subject: [PATCH] databse mods binlog_format = ROW transaction_isolation = READ-COMMITTED --- install-nextcloud.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install-nextcloud.sh b/install-nextcloud.sh index f5bd4a7..44dcd5c 100644 --- a/install-nextcloud.sh +++ b/install-nextcloud.sh @@ -215,7 +215,8 @@ default-character-set = utf8mb4 [mysqld] character-set-server = utf8mb4 collation-server = utf8mb4_general_ci -binlog_format = MIXED +transaction_isolation = READ-COMMITTED +binlog_format = ROW innodb_large_prefix=on innodb_file_format=barracuda innodb_file_per_table=1