• Resolved caratm

    (@caratm)


    Please, could you help me. I can’t install WP.
    My host database mane’s “db245.unetun.com” and I change ‘DB_NAME’, ‘DB_USER’, ‘DB_PASSWORD’.

    In my wp-config.php file :
    <?php
    // ** MySQL settings ** //
    define(‘DB_NAME’, ‘wordpress’); // goseek12_wordpress
    define(‘DB_USER’, ‘username’); // goseek12_word
    define(‘DB_PASSWORD’, ‘password’); // ****
    define(‘DB_HOST’, ‘localhost’); // localhost

    May I only have to change ‘DB_HOST’ with ‘db245.unetun.com ? I try it and I can’t access to the WordPress installation.

    Thanks a lot.
    Patrick.

Viewing 2 replies - 1 through 2 (of 2 total)
  • It should be:
    <?php
    // ** MySQL settings ** //
    define('DB_NAME', 'goseek12_wordpress'); //
    define('DB_USER', 'goseek12_word'); //
    define('DB_PASSWORD', '*****'); // == NEVER PUBLISH pw
    define('DB_HOST', 'db245.unetun.com'); //

    Thread Starter caratm

    (@caratm)

    Thank You moshu.
    I think I can’t read the help file :o))
    In the French translation, the words was inversed!!!
    Thank you lot.
    Patrick.

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

The topic ‘Can’t install’ is closed to new replies.