Godaddy SQL problem
-
My domain is hosted by Godaddy; SQL appears to be managed by a third party called Starfield Technologies and there is no choice for the created database–it’s the same as the username. The only choices are new table name and number of fields.
The error message is: 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.Here are the customized script lines:
<?php
// ** MySQL settings ** //
define(‘DB_NAME’, ‘neaston’); // The name of the database
define(‘DB_USER’, ‘neaston’); // Your MySQL username
define(‘DB_PASSWORD’, ‘********’); // …and password
define(‘DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value
- The topic ‘Godaddy SQL problem’ is closed to new replies.