• Resolved fjp800

    (@fjp800)


    Can someone PLEASE help me by letting me know what entries to make in the following before uploading wordPress>> Use fjp800 as the username, 1234 as the password and any IP address to illustrate who to make the entries.<?php
    // ** MySQL settings ** //
    define(‘DB_NAME’, ‘putyourdbnamehere’); // The name of the database
    define(‘DB_USER’, ‘usernamehere’); // Your MySQL username
    define(‘DB_PASSWORD’, ‘yourpasswordhere’); // …and password
    define(‘DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value
    define(‘DB_CHARSET’, ‘utf8’);
    define(‘DB_COLLATE’, ”);

    // Change each KEY to a different unique phrase. You won’t have to remember the phrases later,
    // so make them long and complicated. You can visit http://api.wordpress.org/secret-key/1.1/
    // to get keys generated for you, or just make something up. Each key should have a different phrase.
    define(‘AUTH_KEY’, ‘put your unique phrase here’); // Change this to a unique phrase.
    define(‘SECURE_AUTH_KEY’, ‘put your unique phrase here’); // Change this to a unique phrase.
    define(‘LOGGED_IN_KEY’, ‘put your unique phrase here’); // Change this to a unique phrase.

Viewing 5 replies - 1 through 5 (of 5 total)
  • This is generally what it should look like. The value localhost may need to changed depending on who your IP is.

    define(‘DB_NAME’, ‘name of db belonging to fjp800’); // The name of the database
    define(‘DB_USER’, ‘fjp800’); // Your MySQL username
    define(‘DB_PASSWORD’, ‘1234’); // …and password
    define(‘DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value
    define(‘DB_CHARSET’, ‘utf8’);
    define(‘DB_COLLATE’, ”);

    define(‘AUTH_KEY’, ‘AUTH_KEY’, ‘vt-L\”nRrY&FbgSh\\M!.Sxmg,9_g/6[$>EUZa}nfW1]hU k8Ql\”6~b#$`=(AzPM’); // Change this to a unique phrase.
    define(‘SECURE_AUTH_KEY’, ‘SECURE_AUTH_KEY’, ‘T]Yu[)JdHcB&^m9RR:pauw`r&bGV+%WV!h\’qF Eeq\”da[mJP^sy$RWzxY6|e&_3l’); // Change this to a unique phrase.
    define(‘LOGGED_IN_KEY’, ‘lD^b9zhuJEF3`T,<U\”c3I/[l{Assx9VZ[c1Ca#r o#2vFAmE%+oP1)/\”oF8vGp#2’); // Change this to a unique phrase.

    If you take it line by line it should not be too confusing.

    Have you created a database yet?

    Thread Starter fjp800

    (@fjp800)

    Yes, I have. Anything I should know? Thasnk you fjp800@gmail.com

    Anything I should know?

    http://codex.wordpress.org/Editing_wp-config.php

    If it does not work after you have edited it, then contact your web host about what exact values you need to use.

    Thread Starter fjp800

    (@fjp800)

    One more queston. Can I use wordpress for a blog and dreamweaver for the two other sites I have on the same server? I uploaded wordpress and it seemed to change the password for all three sites????

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

The topic ‘Help with wp-config’ is closed to new replies.