SQL error - help unable to enter site

Permalink
Hi

I have a major issue in that a site I built in 5.7http://epsdrilling.co.uk/ is now showing an error: I'm not able to see the site or login bypassing this.

SQLSTATE[28000] [1045] Access denied for user 'redbackd_conc736'@'localhost' (using password: YES)

Any ideas what this might be anyone?

chassa2556
 
ramonleenders replied on at Permalink Reply
ramonleenders
The connection between concrete5 and the database can't be established. You have wrong database credentials. Try editing application/config/database.php. This will need some modifying:

'database' => 'the_database_name',
'username' => 'the_database_username',
'password' => 'the_database_password',