Database Connection Error

Please update your `config.php` file with your live hosting database credentials!

$host = 'localhost';
$user = 'YOUR_CPANEL_DB_USERNAME';
$pass = 'YOUR_DB_PASSWORD';
$db = 'YOUR_CPANEL_DB_NAME';

Technical snippet: Connection failed: Access denied for user 'root'@'localhost' (using password: NO)