Quote:
Originally Posted by Nookster
Modify wp-config.php like so:
Code:
define('DB_NAME', 'accountname'); // The name of the database
define('DB_USER', 'accountname'); // Your MySQL username
define('DB_PASSWORD', 'password'); // ...and password
define('DB_HOST', 'mysql####.servage.net'); // 99% chance you won't need to change this value
You also, of course, need to make sure that mysql####.servage.net really is the host for the db, and that the account name and pass really do exist and have access to the host. (This could be the root of your problem.)
|
haha ya it was
PHP Code:
define('DB_HOST', 'mysql####.servage.net'); // 99% chance you won't need to change this value
thanks guys,
and i recommend mrwilson if you need help with anything