From 88ef073ebbfca9baadc87f9bf25ff2920122597a Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Fri, 21 Jun 2019 22:27:01 +0200 Subject: [PATCH] Nextcloud 16 does not work with MySQL 8 --- 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 240344bb6..962911468 100644 --- a/admin_manual/installation/system_requirements.rst +++ b/admin_manual/installation/system_requirements.rst @@ -21,7 +21,7 @@ For best performance, stability and functionality we have documented some recomm | | - openSUSE Leap 42.1+ | | | - CentOS 7 | +------------------+-----------------------------------------------------------------------+ -| Database | - **MySQL or MariaDB 5.5+** (recommended) | +| Database | - **MySQL 5.x or MariaDB 5.5+** (recommended) | | | - Oracle Database 11g (*only as part of an enterprise subscription*) | | | - PostgreSQL 9/10 | | | - SQLite (*only recommended for testing and minimal-instances*) |