Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Forum: Plugins
    In reply to: WP-Mail and GMail
    Thread Starter MadCow

    (@madcow)

    Thanks for the link…

    Sorry I don’t know why I didn’t see that in my search when I looked…
    ??

    Oh never mind I am STUPID…
    I did not press the little itty bitty lets go link at the bottom of the page…
    arggg….
    sorry for this post then and thanks to the ppl that posted trying to help me…

    Ok Sorry,
    I extracted the files to my WWW folder and went into the wp-config.php file and made these changes…
    [code]
    define('DB_NAME', 'wordpress'); // did nothing to this
    define('DB_USER', 'root'); // changed this to your
    define('DB_PASSWORD', 'ROOTPASSWORD'); // ...and password
    define('DB_HOST', 'localhost'); // 99% chance you won't need to change
    [/code]
    I make sure that root is in my MySQL users… and then I try /wp-admin/install.php … I get this error
    [code]
    We're having a little trouble selecting the proper database for WordPress.
    Are you sure it exists?
    [/code]
    So then I got into MySQL and make a database called wordpress and then try that URL again and get this error…
    [code]
    SQL/DB Error:
    [Table 'wordpress.wp_options' doesn't exist]
    SELECT option_name, option_value FROM wp_options
    [/code]
    And I even made sure root had the permissions….
    I am running
    PHP 4.3.4
    Apache 2.0.48
    MySQL 4.0.18
    WordPress 1.0.2

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