GreenSQL configuration error

1. Cache Directory

templates_c directory is writable.

2. Database Connectivity

Failed to connect to MySQL server.
Please alter config.php file with a proper database settings.
This file is found in the application directory.
In addition, SELinux can prevent php to connect to MySQL database.
Check if SELinux is enabled: /usr/sbin/sestatus -vIn case it is, you can just type the command: setsebool httpd_can_network_connect_db=1


If you are not able to resolve this problems, please check GreenSQL Support Forum.