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
db_conversion.rst
index.rst
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