Error establishing a database connection
-
Site (twfineart.com) was working last night when I was rearranging the ‘shop.’ This morning I receive:
URL: “Error establishing a database connection” for the URLwp-admin: “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 twf1314806410114.db.11168390.hostedresource.com. This could mean your host’s database server is down.”Contacted Godaddy and they told me there was no problem on their end and that it must be a WordPress issue. I have no idea what I need to change without doing further damage. Any answers much appreciated.
This is the content of wp-config.php:
// ** MySQL settings – You can get this info from your web host ** //
/** The name of the database for WordPress */
define(‘DB_NAME’, ‘twf1314806410114’);/** MySQL database username */
define(‘DB_USER’, ‘twf1314806410114’);/** MySQL database password */
define(‘DB_PASSWORD’, ‘afd6f794798c’);/** MySQL hostname */
define(‘DB_HOST’, ‘twf1314806410114.db.11168390.hostedresource.com’);/** Database Charset to use in creating database tables. */
define(‘DB_CHARSET’, ‘utf8’);/** The Database Collate type. Don’t change this if in doubt. */
define(‘DB_COLLATE’, ”);
- The topic ‘Error establishing a database connection’ is closed to new replies.