changed database password, no website

Permalink 1 user found helpful
I changed my database password and now my concrete5 website can't connect to server. How do i fix this?

Thanks!

 
adajad replied on at Permalink Best Answer Reply
adajad
You need to edit a file on the webserver.

Browse to 'webroot/config/site.php'

Change the following line to match your new password (case sensative):
define('DB_PASSWORD', 'NEW_PASSWORD');
damienparodi replied on at Permalink Reply
Thanks! Worked perfectly!