mirror of
https://github.com/nextcloud/documentation.git
synced 2025-08-20 14:15:54 +00:00
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:
@ -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]
|
||||
|
Reference in New Issue
Block a user