From c2eccd7bb19ba105237b3631b2eda59b6318f4fb Mon Sep 17 00:00:00 2001 From: Filipp Sudanov Date: Tue, 24 Sep 2024 00:35:08 +0300 Subject: [PATCH] formatting --- admin/installation.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/admin/installation.rst b/admin/installation.rst index db9827d..79aa3f1 100644 --- a/admin/installation.rst +++ b/admin/installation.rst @@ -706,7 +706,9 @@ Server :guilabel:`Create database and database user before initialization` option. * Enter the desired database name, database user name and password. - **MySQL note** + + **MySQL note**: + Bundled MySQL database drive does not support caching_sha2_password authentication which is default for MySQL starting from version 8. Either select Legacy Authentication Method when installing MySQL, or use database driver @@ -724,6 +726,7 @@ Server to the database server. If you use asterisk as DB login, you should run |product_name| Server service as a user with appropriate rights to the database. + **Oracle note**: We recommend to use native database driver (oracle.ddr).