Update mysql_4byte_support.rst

To clarify needed mysql user privileges.
I am not quite sure if this also applies to <code>ALTER DATABASE nextcloud CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;</code> in mysql section 3.
This commit is contained in:
cyBea 2019-06-01 21:42:44 +02:00 committed by Backportbot
parent c34d4c4e6e
commit b3b14cc4f7

View File

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