Database not connected

Cannot connect to the database. Open config.php and fill in DB_NAME, DB_USER and DB_PASS (and DB_HOST if your host is not “localhost”). Server said: SQLSTATE[HY000] [1045] Access denied for user 'your_database_user'@'localhost' (using password: YES)

1. In your hosting panel create a MySQL database and a user, and give the user all privileges on it.
2. Put those details in config.php.
3. Reload this page.