From 1e1d9008ea3ca52585818701174201f60993ff48 Mon Sep 17 00:00:00 2001 From: robertsilen Date: Mon, 3 Jun 2024 15:02:14 +0300 Subject: [PATCH 1/2] latest mariadb --- 1.8/install/requirements.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/1.8/install/requirements.md b/1.8/install/requirements.md index a53bb385..2f627f61 100644 --- a/1.8/install/requirements.md +++ b/1.8/install/requirements.md @@ -12,7 +12,7 @@ redirect_from: MyBB 1.8 and the Merge System 1.8 have a few minimum system requirements: - PHP ≥ 5.2 -- MySQL ≥ 5.0, MariaDB ≥ 5.1, PostgreSQL ≥ 8.1 or SQLite ≥ 3 +- MariaDB ≥ 5.1, MySQL ≥ 5.0, PostgreSQL ≥ 8.1 or SQLite ≥ 3 - Apache, nginx, lighttpd or IIS webserver The following PHP extensions are also needed: @@ -27,4 +27,4 @@ The following PHP extensions are also needed: Although not required, we highly recommend: - latest version of PHP -- latest version of PostgreSQL or MySQL +- latest version of PostgreSQL or MariaDB From 6cb817e08d8ad797b0c828dbbdd80a5ea686c499 Mon Sep 17 00:00:00 2001 From: robertsilen Date: Mon, 3 Jun 2024 21:36:54 +0300 Subject: [PATCH 2/2] latesta mariadb or mysql --- 1.8/install/requirements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1.8/install/requirements.md b/1.8/install/requirements.md index 2f627f61..38311c17 100644 --- a/1.8/install/requirements.md +++ b/1.8/install/requirements.md @@ -27,4 +27,4 @@ The following PHP extensions are also needed: Although not required, we highly recommend: - latest version of PHP -- latest version of PostgreSQL or MariaDB +- latest version of PostgreSQL, MariaDB or MySQL