Forums

I don't get how to begin with the wp-config-sample doc??? (3 posts)

  1. pepperdiva
    Member
    Posted 2 years ago #

    Uhh....So I am NO TECHIE!!!

    What do I do with this document??

    I opened it up in wordpad and I don't understand what I'm supposed to write in there.

    What is MySQL?

    /** MySQL database username */
    define('DB_USER', 'usernamehere');
    ??

    Is goDaddy going to send this info to me with my confirmation that I am waiting for?

    define('AUTH_KEY', 'put your unique phrase here');
    ??
    huh?

    please help.

    thanks!!

    pd

  2. ioni
    Member
    Posted 2 years ago #

    Easy :)
    Just do not write anything there - go to your site and you would see the 'Famous Five Minute Install'.

  3. ioni
    Member
    Posted 2 years ago #

    I take it you have a GoDaddy account.

    Go to the Control Panel and check the MySQL (which is a database. whouth getting too technical, this is a database you site data is stored and retrieved from).

    There you would need to create a new database (say, 'mydatabase'). Check its name - in most cases it is your_user_name_at_Go_Daddy_ mydatabase.

    Then you have to create a user, say, 'megauser'. Check what is created - in most cases this would be your_user_name_at_Go_Daddy_ megauser. You can either create your own password or use the suggested one - your choice.

    After that you have to add user to database created. Easy drop-down menu will help you with that (grant All priviledges).

    ===
    So lets assume, that you username with Godaddy is pepperdiva and your site address is pepperdiva.com.

    If you have followed the instructions above, you should

    (1) create database and user as noted above
    (2) add user to database
    (3) check pepperdiva.com

    There you would be offerd to enter this information in the forms:

    pepperdiva.com - is the address
    pepperdiva_ mydatabase - is the MySQL database and
    mydatabase_megauser - the user
    password - as the above.

    That's it!

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.