Database password problem
Permalink 2 users found helpful
Had a little problem at my main site and I had to change passwords on the SQL databases. Now my C5 subdomains can't access their databases. How can I update the changed password in the site when I can't get to the admin section?
Lucas beat me by one minute... Great minds think alike, just at different speeds... LOL
Thank you! This thread still helped me two years later!
You could edit the /config/site.php and change the line below to reflect your new password
define('DB_PASSWORD', 'newpassword');
Thanks to both of you. I was able to bring one site back so far. I'll get the rest today as well.
Had the same problem. used this and solved the problem. very simple, thanks
define('DB_PASSWORD', '<your old password>');