• djwbklyn

    (@djwbklyn)


    Hi all,

    I’m trying to install wp2.0 (not upgrade) and I’m stuck on step 2 with errors like:

    WordPress database error: [Table ‘wordpress.options’ doesn’t exist]
    INSERT INTO options (option_name, option_value, option_description, autoload) VALUES (‘siteurl’, ‘https://www.xxxxxxxxxxxx.org/wordpress’, ‘WordPress web address’, ‘yes’)

    This is my own machine, I granted the user ALL privileges and updated wp-config.php, to no avail (names and passwords changed):

    mysql> GRANT ALL ON wordpress.* TO ‘username’@’localhost’ IDENTIFIED BY ‘password’;

    Any ideas? I checked my php.ini and I don’t have Ioncube installed. This is PHP 5.0.4 and Mysql 4.1.20 on Fedora Core 5.

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

    (@spencerp)

    You’re not alone my friend, maybe one of the threads from this search result will help you..? Good luck!

    spencerp

    Thread Starter djwbklyn

    (@djwbklyn)

    yeah, I did look at those topics before I posted, but nobody had any worthwhile advice.

    Is there anywhere I can find the mysql statements to set up a wordpress 2.0 database? Or even just a describe statement?

    MichaelH

    (@michaelh)

    Database Description in Codex describes the database tables.

    Take a look at the wp-admin/upgrade-schema.php script for some real live code.

    Thread Starter djwbklyn

    (@djwbklyn)

    Awesome, thank you so much, MichaelH!

    spencerp

    (@spencerp)

    Can this be marked as [Resolved] now, or..still having problems?

    spencerp

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Installation Step 2’ is closed to new replies.