Error establishing a database connection…
-
hi,
I’ve got a common problem, it just says:
[blockquote]
Error establishing a database connectionThis 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.
* 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.
[/blockquote]I checked everything in the wp-config.php file.
It goes like this:[blockquote]
…define(‘DB_NAME’, ‘Database’)…
…define(‘DB_USER’, ‘Furedragon’)…
…define(‘DB_PASSWORD’, ‘mypassword’)…
…define(‘DB_HOST’, ‘localhost’)…
[/blockquote]I uploaded everything and still keep getting this error..My question is if I have to make a database named “Database” like reffered to in my wp-config.php file, and what kind of database, just a simple empty one? And if not, what the sollution is for my problem… Thx allot :->
yours sincerly, FureDragon
The topic ‘Error establishing a database connection…’ is closed to new replies.