From b3b14cc4f7ac5be5656dec0d0ad0dfe131319845 Mon Sep 17 00:00:00 2001 From: cyBea Date: Sat, 1 Jun 2019 21:42:44 +0200 Subject: [PATCH] Update mysql_4byte_support.rst To clarify needed mysql user privileges. I am not quite sure if this also applies to ALTER DATABASE nextcloud CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci; in mysql section 3. --- admin_manual/configuration_database/mysql_4byte_support.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/admin_manual/configuration_database/mysql_4byte_support.rst b/admin_manual/configuration_database/mysql_4byte_support.rst index 5f550fea1..181cd6325 100644 --- a/admin_manual/configuration_database/mysql_4byte_support.rst +++ b/admin_manual/configuration_database/mysql_4byte_support.rst @@ -88,6 +88,10 @@ MariaDB 10.3 or later MariaDB 10.2 or earlier ======================= +.. note:: + + All mysql statements have to be executed as privileged database user. (Using "normal" nextcloud database user will result in empty query sets due to missing privileges for INFORMATION_SCHEMA database.) + 1. Make sure the following InnoDB settings are set on your MySQL server:: [mysqld]