From fe9fd9cf996635d5b2c1a87a27c8ce6b0859a287 Mon Sep 17 00:00:00 2001 From: Maurice Meyer Date: Mon, 5 Mar 2018 13:39:39 +0100 Subject: [PATCH] Update system_requirements.rst Fixes #8645 --- admin_manual/installation/system_requirements.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/installation/system_requirements.rst b/admin_manual/installation/system_requirements.rst index b5f20c712..3a1fe2922 100644 --- a/admin_manual/installation/system_requirements.rst +++ b/admin_manual/installation/system_requirements.rst @@ -43,9 +43,9 @@ Database Requirements for MySQL / MariaDB The following is currently required if you're running Nextcloud together with a MySQL / MariaDB database: -* Disabled or BINLOG_FORMAT = MIXED configured Binary Logging (See: :ref:`db-binlog-label`) * InnoDB storage engine (MyISAM is not supported) * "READ COMMITED" transaction isolation level (See: :ref:`db-transaction-label`) +* Disabled or BINLOG_FORMAT = ROW configured Binary Logging (See: https://dev.mysql.com/doc/refman/5.7/en/innodb-transaction-isolation-levels.html) Emoji (UTF8 4-byte) support with MySQL / MariaDB ================================================