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 GitHub
parent 797391db73
commit 1b582ec1d3

View File

@ -64,6 +64,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]