View Single Post
Old 02-17-2008, 02:26 PM  
Nookster
Confirmed IT Professional
 
Industry Role:
Join Date: Nov 2005
Location: Hollywood, CA
Posts: 3,744
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.)

Last edited by Nookster; 02-17-2008 at 02:27 PM..
Nookster is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote