Okay, I'm following instructions here:
http://startbloggingonline.com/
It says:
Once that’s done, you need to unzip the file to a new folder on your desktop. Make sure you do it properly; otherwise your blog installation will fail.
After that you need to look for a file (in the folder where you just extracted your WordPress.zip) named “
wp-config-sample.php“. Once you’ve found it, You have to remove the sample and rename it as “
wp-config.php“
After that open the file with WordPad (or Notepad) and change the following lines:
define(‘DB_NAME’, ‘database_name_here’); define(‘DB_USER’, ‘username_here’); define(‘DB_PASSWORD’, ‘password_here’); define(‘DB_HOST’, ‘localhost’); – In most cases you don’t have to change this. So at first you can leave it as it is.
Do I need to edit the wp-config.php file?
What do I use for the database name, User, password? Host I assume you leave along? Thanks!