This is probably a really simple fix. I opened the wp-config-sample.php in notepad. This is what I changed:
<?php
// ** MySQL settings ** //
define('cipherwo_news', 'wordpress'); // The name of the database
define('cipherwo_news', 'username'); // Your MySQL username
define('my password', 'password'); // ...and password
define('DB_HOST', 'localhost'); // 99% chance you won't need to change this value.
I did enter my actual password instead of 'my password,' and it's the same as it is in MySql database. When I go to http://www.cipher-wotr.com/news/wp-admin/install.php, I get this message:
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.
Now, my server is pretty reliable and I can get into the rest of my website, http://www.cipher-wotr.com, with no problem. Am I entering the information correctly? Should I have put it elsewhere, or taken out punctuation? Thanks for your help.
Angha