Re: Installing WordPress on a Network Solutions (NS) hosted web site.
After uploading my files to my Network Solutions hosted web site, I entered the obligatory
http://www.adiatha.com/blog/wp-admin/install.php
and got the following error:
"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?"
I solved the problem with the following procedure:
Opened the NS Hosting Control Panel.
Clicked on "database manager."
Clicked on "mySQL database."
Saw the numbers under "Server IP." There was an entry similar to this one:
123.456.789.99
Used that number to change the following line in the wp-config.php file:
define('DB_HOST', '123.456.789.99'); // 99% chance you won't need to change this value
Then uploaded that changed wp-config.php to my web site.
Now when I aimed my browser at http://www.adiatha.com/blog/wp-admin/install.php
and hit ENTER it all worked.
P.S. Thanks to jeepfun for his former post that led me in this direction. Posted this step-by-step procedure for other newbies like me.