nextcloud-documentation/admin_manual/configuration_database
Daniel Black d07a30fc73
Database installation - MariaDB use mariadb / no FLUSH PRIVILEGES
MariaDB is deprecating off its mysql client usage (has been a symlink for a very long time).

FLUSH PRIVILEGES aren't required after any creation of users or grants. It has only two very specific meenings that aren't the case here; when credentials are directly changes in underlying tables using DML, or the server was started with --skip-grant-tables and this is ending that lack of priv scheme.

Signed-off-by: Daniel Black <daniel@mariadb.org>
2023-11-06 08:19:49 +11:00
..
bigint_identifiers.rst Add missing space 2020-08-18 09:04:54 +02:00
db_conversion.rst Update misleading/incorrect nouns in admin manual 2022-02-10 02:06:01 +00:00
index.rst Add admin docs for splitting databases 2022-02-22 15:04:40 +01:00
linux_database_configuration.rst Database installation - MariaDB use mariadb / no FLUSH PRIVILEGES 2023-11-06 08:19:49 +11:00
mysql_4byte_support.rst Merge pull request #9510 from nextcloud/bugfix/noid/improve-utf8-manual 2023-01-02 17:25:53 +01:00
splitting.rst Update splitting.rst 2022-10-03 21:54:47 +01:00