diff --git a/basics/installation/system-requirements.md b/basics/installation/system-requirements.md index dd7735d9e9..e10bf28499 100644 --- a/basics/installation/system-requirements.md +++ b/basics/installation/system-requirements.md @@ -13,7 +13,7 @@ PrestaShop needs the following server configuration in order to run: | ---------------- | ------------------ | **Web server** | Apache Web Server 2.4 or any later version. (Although compatible, Apache Web Server 2.2 is not recommended since it [reached its EOL in 2018](https://httpd.apache.org/)). | **PHP** | **We recommend PHP 8.1**. See the compatibility chart below for more details. (Although compatible, PHP 7.2.5 to 8.0 are not recommended since they reached their [end of support](https://www.php.net/supported-versions.php).) -| **SQL** | MySQL 5.6 minimum or MariaDB 10.0 minimum, **a recent version is recommended**. +| **SQL** | MySQL 5.7 minimum or MariaDB 10.2 minimum, **a recent version is recommended**. | **Server RAM** | **The more the merrier**. We recommend setting the memory allocation per script (`memory_limit`) to a minimum of `256M`. PrestaShop works best in Unix-based systems such as Linux and macOS, and while Windows might work, it is not actively supported.