Where have I gone Wrong ?
-
Hi Guys probably a question you get asked all the time but I am struggling to get a copy of wordpress installed on a domain hosted with servage.net
I set up the msql as directed and got these details
Server: mysql103999.servage.net
Database: madeup
Username: madeup
Password: madeupLooking at the directions for installation I wasnt sure what went where so have messed around with different things and keep coming up with the same error.
Error establishing a database connection
This either means that the username and password information in your wp-config.php file is incorrect or we can’t contact the database server at mysql1038.servage.net. This could mean your host’s database server is down.
* Are you sure you have the correct username and password?
* Are you sure that you have typed the correct hostname?
* Are you sure that the database server is running?If you’re unsure what these terms mean you should probably contact your host. If you still need help you can always visit the WordPress Support Forums.
Would one of you kind souls please tell me what goes where so I can cheques I have things right :
define(‘madeup’); // The name of the database
define(‘madeup’); // Your MySQL username
define(‘DB_PASSWORD’, ‘made up’); // …and password
define(‘DB_HOST’, ‘mysql1******.servage.net’); // 99% chance you won’t need to change this value
define(‘DB_CHARSET’, ‘utf8’);
The topic ‘Where have I gone Wrong ?’ is closed to new replies.