I've tried everything multiple times. GoDaddy says it's not them but here is the error when I try to pull up wp-admin/install.php
Error establishing a database connection
This either means that the username and password information in your wp-config.php file is incorrect or we can't contact the database server at localhost. This could mean your host's database server is down.
Here is what I placed in the wp-config.php file and uploaded it along with all the other files (I have a fully functioning site I setup this same way but can not seem to figure out what is wrong with the second one:
define('DB_NAME', 'anarchistsguide');
define('DB_USER', 'anarchistsguide@72.167.233.37');
My password is correct because I am logged into the SQL database:
anarchistsguide.db.4082093.hostedresource.com
Server version: 5.0.67.d7-ourdelta-log
Server: anarchistsguide.db.4082093.hostedresource.com (72.167.233.96 via TCP/IP)
User: anarchistsguide@72.167.233.37
What could I be missing?
Thanks in advance for your help.
Barbara