|
I am having the same problem, but I am using the wordpress walkthrough install so the error is: "We were able to connect to the database server (which means your username and password is okay) but not able to select the [databasename] database."
If I manually put the info into a wp-config.php file, I get your "Error establishing a database connection" error.
I've double checked for typos, I've tried `localhost`, `127.0.0.1`, `linode_IP` with no luck (also changing the host in mysql permissions).
I can access the database using the command line `mysql -u my_user -h 127.0.0.1 -p` and `use database my_database;`.
Any suggestions?
|