I am complete newbie to wordpress, MySQL and phpMyAdmin.
However, I managed to successfully install )on my home Linux server, Fedora Core 4) MySQL and phpMyAdmin - and even create a database name 'wordpress' using phpMyAdmin as outlined here:
http://codex.wordpress.org/Installing_WordPress#Using_phpMyAdmin
I basically followed the detailed installation instructions as outlined here:
http://codex.wordpress.org/Installing_WordPress#Detailed_Instructions
I followed steps 1, 2, 3 and 4 without any problem.
However, when I attempted to perform step 5 (run the install script), I was immediately met with an error page saying:
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?
Now... Yes, I am sure that the database server is running. I am sure that I have the correct username and password (as far as I could tell - are there any logs that can help see what is being sent?). And as far as the hostname goes I think I did it right (localhost).
So... How do I start troubleshooting a problem like this?
I am running MySQL 4.1.14, phpMyAdmin - 2.8.0.4 on Fedora Core 4 - trying to make WordPress 2.0.2 work.
Any tip or help would be greatly appreciated.
Thanks!
Lynn