View Single Post
Old 02-17-2008, 02:39 PM  
tehHinjew
Confirmed User
 
tehHinjew's Avatar
 
Join Date: Sep 2006
Location: MTL
Posts: 5,755
Quote:
Originally Posted by Nookster View Post
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
__________________

Hot Porn Wanna trade? email me at wanker (@) wanknation dot com
tehHinjew is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote