• 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: madeup

    Looking 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’);

Viewing 12 replies - 1 through 12 (of 12 total)
  • Thread Starter glennk

    (@glennk)

    Still getting the same error mate.

    when I set up the data base I only get asked for :

    DB Username:
    Description (optional):
    password

    There is no mention of name of database ?

    I am struggling to get my head around this.

    Thread Starter glennk

    (@glennk)

    using this example can you tell me what I put where please ?

    Server: mysql1040.servage.net
    Database: festivaly
    Username: festivaly
    Password: glenn****

    Database: festivaly – that’s its name πŸ™‚

    Also, you should NOT delete anything that is in CAPITAL LETTERS πŸ™‚

    What is so difficult in reading the instructions?

    define('DB_NAME', 'putyourdbnamehere');
    define('DB_USER', 'usernamehere');
    define('DB_PASSWORD', 'yourpasswordhere');
    define('DB_HOST', 'localhost');

    put-your-db-name-here!!! Read it several times πŸ™‚ and do NOT touch anything else!

    Thread Starter glennk

    (@glennk)

    I think because what wordpress documentation says and servage present me with are not exactly the same, so my head worries I have got it wrong when I probably had it right first go.

    Anyways I still have the same problem. Am I right in assuming the server is working because the rest of the site is present ?

    What should I do next please ?

    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 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?

    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.

    The assumptions is wrong, of course. The host server and the database werver are not necessarily the same.

    define('DB_NAME', 'festivaly');
    define('DB_USER', 'festivaly');
    define('DB_PASSWORD', 'glen*****');
    define('DB_HOST', 'mysql1040.servage.net');

    If the info you gave above is correct (!) then your wp-config file should have in it what I wrote. (Of course, with the full password)

    Thread Starter glennk

    (@glennk)

    still the same. I have emailed servage to ask if the problem lies with them. I will let you know how I come on. Thanks for your help so far.

    Thread Starter glennk

    (@glennk)

    Hi Servage say the server is working but still I get this problem. Is there anything else I may have done wrong.

    Then read again the error message:

    This […] means that the username and password information in your wp-config.php file is incorrect

    Thread Starter glennk

    (@glennk)

    Hi Moshu,

    I couldnt see anything wrong. I deleted everything, started again and now it works. I must have got something slightly wrong but all is working now. Thanks again for your help.

    Glad to hear that.
    Could you then set this thread to “resolved”?

Viewing 12 replies - 1 through 12 (of 12 total)

The topic ‘Where have I gone Wrong ?’ is closed to new replies.