Update system_requirements.rst

Fixes #8645
This commit is contained in:
Maurice Meyer 2018-03-05 13:39:39 +01:00 committed by Morris Jobke
parent bd973ca10a
commit fe9fd9cf99
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68

View File

@ -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
================================================