I am trying to setup wordpress. I have uploaed all the files and changed the config files to<?php
/**
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'pwgamesblog_wordpress');
/** MySQL database username */
define('DB_USER', 'pwgamesblog_wp123');
/** MySQL database password */
define('DB_PASSWORD', '******123');
/** MySQL hostname */
define('DB_HOST', 'localhost');
/** Database Charset to use in creating database tables. */
define('DB_CHARSET', 'utf8');
/** The Database Collate type. Don't change this if in doubt. */
define('DB_COLLATE', '');
And I didn't delete the rest of the config file!
I hope this is all right. When i go to the setup page i get error connecting to database. Please Can Someone Help. Jordan Perkins
