Error establishing a database connection
-
Hello,
I am setting up my first wordpress site and have run into a problem at step 5 in the famous 5 minute install. Here are some bulleted points on my setup
-I am hosting my own web server
-I am using IIS 7, which is fully configured and working
-I have installed the latest version of PHP which is fully configured and working
-I have installed the latest version of MySQL and have created a new database named “wpdb” and a new user named “wpadmin” with full permissions to the database.
-I have been able to log into the wbdb database with wpadmin account
-I have quadruple checked that the user name and password in the wp-config.php are correct
-The hostname of the server I am using is “localhost”.
-The MySQL service is started, which I assume means the database instance is runningThe is the error I receive when I try to load the install.php site 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. 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.”I have run out of ideas to try and I am now looking for some help. The only thing I’m not so sure of is if the database instance is actually running. The service is started, but I don’t see any system tray icon or anything indicating that it is actally running. If anyone here is familiar with MySQL and could clarify on that, it would be a great help.
I apologize in advance if this issue has already been solved in a another post. I took a quick look, but could not find anything related.
- The topic ‘Error establishing a database connection’ is closed to new replies.