I had to reset the database password for one of my backdrop sites.
Altough I've set its settings.php for my new password according to the documantation
$database = 'mysql://database_user:new_password@localhost/database_name';
// $database_prefix = '';
it gives me an error on the website access:
backdrop cms SQLSTATE[HY000] [1045] Access denied
The site is no more working.
Why? How can I fix this?