Cannot Connect to Database Error

Permalink
Hello, I keep getting an error that says "Cannot connect to databse" when I try to load my site. Can anyone help or explain how to fix this? My URL is glancemagazine.com .

Thanks!

 
elyon replied on at Permalink Best Answer Reply
elyon
Is everything configured correctly in /config/site.php? If so, you might also want to try logging in to your database using MySQL WorkBench or phpMyAdmin to make sure there aren't any server issues.

This can also occur after a failed installation, or occasionally after uploading new /concrete files but before running the upgrade script.

In these cases you can go to /index.php/tools/required/upgrade to run the script. However, this does not appear to be the problem on your server right now, so I would look into these other possible causes.
anthonywest replied on at Permalink Reply
Thank you Elyon. I had to change the local host to the IP address within my site.php file which fixed the issue.

Thanks!