Update Installation

Ruan 2021-12-30 14:17:20 +00:00
parent 41a8701c26
commit 5f28eff6c1

@ -52,10 +52,8 @@ https://youtu.be/_9Q6DBDaHL8
## SSL
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.
(from https://dev.mysql.com/doc/connectors/en/apis-php-pdo-mysql.html)
[Note:](https://dev.mysql.com/doc/connectors/en/apis-php-pdo-mysql.html) "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."
To enable SSL, find this section in settings.php:
```