From 0b3ac657f826efdeb7d2fae34e76a537c790c5cd Mon Sep 17 00:00:00 2001 From: bidi Date: Tue, 3 Dec 2024 13:07:08 +0200 Subject: [PATCH 1/3] updated system reqs Signed-off-by: bidi --- docs/book/v5/introduction/server-requirements.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/book/v5/introduction/server-requirements.md b/docs/book/v5/introduction/server-requirements.md index bed2599..9af35c9 100644 --- a/docs/book/v5/introduction/server-requirements.md +++ b/docs/book/v5/introduction/server-requirements.md @@ -30,6 +30,12 @@ Both mod_php and FCGI (FPM) are supported. ## RDBMS * Tested with MariaDB 10.11 LTS and MariaDB 11.4 LTS +* Tested with MySQL 8 + +> For MySQL 8 be sure you have the below line in my.cnf +> ```text +> mysql_native_password=ON +> ``` ## Recommended extensions From b04b873f90613bbec1d2303cfece92e36c048cfa Mon Sep 17 00:00:00 2001 From: bidi Date: Tue, 3 Dec 2024 13:10:03 +0200 Subject: [PATCH 2/3] fixed linting Signed-off-by: bidi --- docs/book/v5/introduction/server-requirements.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/book/v5/introduction/server-requirements.md b/docs/book/v5/introduction/server-requirements.md index 9af35c9..13f8421 100644 --- a/docs/book/v5/introduction/server-requirements.md +++ b/docs/book/v5/introduction/server-requirements.md @@ -33,9 +33,10 @@ Both mod_php and FCGI (FPM) are supported. * Tested with MySQL 8 > For MySQL 8 be sure you have the below line in my.cnf -> ```text -> mysql_native_password=ON -> ``` + +```text +mysql_native_password=ON +``` ## Recommended extensions From 2f36dd237eb0028136b45dcdd345872c2821eafd Mon Sep 17 00:00:00 2001 From: bidi Date: Wed, 4 Dec 2024 13:26:55 +0200 Subject: [PATCH 3/3] updated sys reqs Signed-off-by: bidi --- docs/book/v5/introduction/server-requirements.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/book/v5/introduction/server-requirements.md b/docs/book/v5/introduction/server-requirements.md index 13f8421..30d809d 100644 --- a/docs/book/v5/introduction/server-requirements.md +++ b/docs/book/v5/introduction/server-requirements.md @@ -30,9 +30,9 @@ Both mod_php and FCGI (FPM) are supported. ## RDBMS * Tested with MariaDB 10.11 LTS and MariaDB 11.4 LTS -* Tested with MySQL 8 +* Tested with MySQL 8.4 LTS -> For MySQL 8 be sure you have the below line in my.cnf +> :exclamation: For MySQL 8.4 LTS be sure you have the below line in my.cnf ```text mysql_native_password=ON