• Hi,

    Could someone tell me which adresss do I have to type in Firefox to access the wordpress panel once wordpress is in the ” www ” file of wamp server and the database that I named ” wordpress” is created ?

    Thancs a lot for the replies cause I’m stucc.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi, if the site is hosted on your machine then type http://localhost/wp-admin/setup-config.php

    Thread Starter samcalli

    (@samcalli)

    It shows me the pague couldn’t be loaded. I use wampserver 3.3.0-64bit

    In the wordpress file I changued the wp-config-sample to wp-config with those entries :

    define(‘DB_NAME’, ‘wordpress’);

    /** Utilisateur de la base de données MySQL. */
    define(‘DB_USER’, ‘root’);

    /** Mot de passe de la base de données MySQL. */
    define(‘DB_PASSWORD’, ”);

    /** Adressse de l’héberguement MySQL. */
    define(‘DB_HOST’, ‘localhost’);

    Is there something else to do with wamp other than create the database?

    Thread Starter samcalli

    (@samcalli)

    I finally used LOCAL so the problem is solved.

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

The topic ‘WordPress local install’ is closed to new replies.