ANATOLYFIT elite

MySQL Connection Offline

AnatolyFit Elite could not connect to your MySQL database. If you are running on cPanel shared hosting, please ensure you have created a database and user, and updated config.php with your database credentials.

Configuration Required:

define('DB_HOST', 'localhost');
define('DB_USER', 'your_cpanel_db_user');
define('DB_PASS', 'your_cpanel_db_password');
define('DB_NAME', 'your_cpanel_db_name');
Documentation → |