Hi, just downloaded WordPress and installed MySQL on a remote server. I am able to connect to my MySQL server remotely using MySQL Administrator and through websites like http://flashmyadmin.freemysql.net/flashmyadmin.htm. But for some reason, WordPress cannot connect to it. I get
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 XXXXXXXX:3306. 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 don't know what the problem is. I've forwarded TCP requests on port 3306 to the server. I've set up a new user for wordpress, along with a separate MySQL Database, and modified the wp-config.php accordingly. I've done all this and still nothing. What gives?