• cp83

    (@cp83)


    Hey

    I have now tried, without luck, to install WordPress. Hope there is somebody out there who can help!

    My Wp-config-file looks like this.:
    <?php
    // ** MySQL-indstillinger ** //
    define(‘DB_NAME’, ‘http://www.caspersweb.dk&#8217;); // Databasenavnet
    define(‘DB_USER’, ‘caspersweb.dk’); // Dit MySQL-brugernavn
    define(‘DB_PASSWORD’, ‘xxxxxxxx’); // … og kodeord
    define(‘DB_HOST’, ‘localhost’); // 99% chance for at du ikke skal rette her
    define(‘DB_CHARSET’, ‘utf8’);
    define(‘DB_COLLATE’, ”);

    // Lav præfikset om hvis du skal have mere end en blog i samme database.
    $table_prefix = ‘wp_’; // Kun tal, engelske bogstaver og underscores

    // Nedenfor er angivet, at du gerne vil have en dansk blog. Lav det om hvis du
    // vil bruge et andet sprog. Slet da_DK hvis du vil have en engelsk blog. Hvis du
    // hverken vil have dansk eller engelsk, skal du have en .mo-fil i “wp-config/languages”
    // svarende til det valgte sprog.
    define (‘WPLANG’, ‘da_DK’);

    /* Nu skal du ikke rette mere. Blog glad! */

    define(‘ABSPATH’, dirname(__FILE__).’/’);
    require_once(ABSPATH.’wp-settings.php’);
    ?>
    ————————————————————————

    The password is of cause written correctly in my own version. But what have I done wrong?

    Isn’t correct that when I have uploaded the entire wordpress libary, I should run the file install.php in Explorer?

    Hope you can help, and understand my english 😉

    Regards

    Cp

Viewing 3 replies - 1 through 3 (of 3 total)
  • rudolf45

    (@rudolf45)

    The DB_NAME and DB_USER can NOT be what you have in your config file.

    Did you create a database and a user in it with all the privileges?
    On some hosts (if using cPanel) you will also have to add the user to the database.

    As for the install.php: you need to type in your browser
    example.com/wp-admin/install.php

    Thread Starter cp83

    (@cp83)

    is MySQL nessesary to use WordPress? and what is MySQL?

    rudolf45

    (@rudolf45)

    MySQL is a database. Google for it to learn more.

    Yes, it is necessary: http://wordpress.org/about/requirements/

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘First time installation’ is closed to new replies.