• hi
    i have downloaded the code of wordpress website from server and i didn’t have the database can i configure new database to run that site on my localhost. plz do the needful.

Viewing 5 replies - 1 through 5 (of 5 total)
  • You need to check your local web server’s documentation with regard to setting up a new database.

    Thread Starter shashikant upadhyay

    (@shashikant-upadhyay)

    did not like this kind of answer ..please give proper answer …and set to wp-config file already
    —————————————————————
    define(‘DB_NAME’, ‘dbayley_thepractice’);

    /** MySQL database username */
    define(‘DB_USER’, ‘root’);

    /** MySQL database password */
    define(‘DB_PASSWORD’, ‘123456’);

    /** MySQL hostname */
    define(‘DB_HOST’, ‘localhost’);

    /** Database Charset to use in creating database tables. */
    define(‘DB_CHARSET’, ‘utf8’);

    /** The Database Collate type. Don’t change this if in doubt. */
    define(‘DB_COLLATE’, ”);
    —————————————————————–

    I’m sorry that you do not like the answer but there’s very little we can do to help you here. Teaching you how to use your web server is really beyond the scope of these forums and is best answered on a forum/resource dedicated to your particular web server software

    https://www.scriptol.com/wordpress/installing-wordpress-locally.php

    OP, try following the steps in the above link. They are concise and easy to follow.

    Hope this helps.

    Thread Starter shashikant upadhyay

    (@shashikant-upadhyay)

    thank you esmi and dang621,
    but browser error given
    ———————————————————-
    The page isn’t redirecting properly

    Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
    This problem can sometimes be caused by disabling or refusing to accept
    cookies.
    ————————————————————-

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘wordpress installation server to localhost’ is closed to new replies.