Details
Description
The README.md file in the root of the Blesta distribution contains the wrong minimum requirements for MySQL. It reads:
Minimum Requirements
- PHP version 7.2
- PDO, pdo_mysql, curl (version 7.10.5), and openssl (version 0.9.6) PHP extensions.
- MySQL version 5.0.17
- Apache, IIS, or LiteSpeed Web Server
- ionCube PHP loader
But it should instead show:
Minimum Requirements
- PHP version 7.2
- PDO, pdo_mysql, curl (version 7.10.5), and openssl (version 0.9.6) PHP extensions.
- MySQL version 5.6.0 or MariaDB 10.0.5
- Apache, IIS, or LiteSpeed Web Server
- ionCube PHP loader
See https://docs.blesta.com/display/user/Requirements for Recommended Requirements.