Installing on Brinkster
-
Ok, so i’ve followed the steps to install exactly, including the readme included in the latest release and a post i saw here about brinkster.
I changed the wp-config.php file accordingly
<?php
// ** MySQL settings ** //
define(‘DB_NAME’, ‘legoman1’); // The name of the database
define(‘DB_USER’, ‘xxxxxxxxxxxx’); // Your MySQL username
define(‘DB_PASSWORD’, ‘xxxxxxxxxx
xxx’); // …and password
define(‘DB_HOST’, ‘mysql6.brinkster.com’); // 99% chance you won’t need to change this value
They settings are according to the website settings in my control panel.
Also i have created a database(i think i have, the brinkster database manager is weird)
It just clicked create MySQL database and named it legoman1, which is about all i could do and it is there in the list.
So then I try and run the Install.php but i get the error,
“
Error establishing a database connectionThis 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 localhost. 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?
“
Any help you guys could give me?
Just ask if you need more information, butcause i have no idea how wordPress works
O yeah, and i’ve uploaded everything and made sure it was there
- The topic ‘Installing on Brinkster’ is closed to new replies.