Error establishing a database connection
-
Evening all,
As advised on wordpress i decided to go with ‘bluehost’ as my host.
I’m currently trying to connect my sql database to the server.
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.
* Are you sure you have the correct username and password?
* Are you sure that you have typed the correct hostname?
* Are you sure that the database server is running?If you’re unsure what these terms mean you should probably contact your host. If you still need help you can always visit the WordPress Support Forums.
Is what it comes up with.
Question 1 :
Would the database name be in this case ‘bneklive_xxx’ or just ‘xxx’?
define(‘DB_NAME’, ‘bnek’); // The name of the database
Question 2 :
Secondly bluehost say the host name is ‘localhost’, is this definately correct?
define(‘DB_HOST’, ‘localhost’);
I’m stumped!
Regards!
- The topic ‘Error establishing a database connection’ is closed to new replies.