From 41a8701c269007619fa6a9c3e2f7c954f70b254f Mon Sep 17 00:00:00 2001 From: Ruan <2369127-ruany@users.noreply.gitlab.com> Date: Thu, 30 Dec 2021 14:13:04 +0000 Subject: [PATCH] Update Installation --- Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation.md b/Installation.md index 87497e4..fefb49c 100644 --- a/Installation.md +++ b/Installation.md @@ -53,7 +53,7 @@ https://youtu.be/_9Q6DBDaHL8 Please note: This refers to enabling SSL for the **MySQL database**, not the web interface itself. (HTTPS is already supported as long as your web server provides it) Note: "When running a PHP version before 7.1.16, or PHP 7.2 before 7.2.4, set MySQL 8 Server's default password plugin to -_mysql_native_password_ or else you will see errors similar to _The server requested authentication method unknown to the client [caching_sha2_password]_ even when caching_sha2_password is not used." +_mysql_native_password_ or else you will see errors similar to _The server requested authentication method unknown to the client [caching_sha2_password]_" even when caching_sha2_password is not used. (from https://dev.mysql.com/doc/connectors/en/apis-php-pdo-mysql.html)