Forums

Installation Step 2 (6 posts)

  1. djwbklyn
    Member
    Posted 5 years ago #

    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', 'http://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.

  2. spencerp
    Member
    Posted 5 years ago #

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

    spencerp

  3. djwbklyn
    Member
    Posted 5 years ago #

    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?

  4. MichaelH
    Volunteer
    Posted 5 years ago #

    Database Description in Codex describes the database tables.

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

  5. djwbklyn
    Member
    Posted 5 years ago #

    Awesome, thank you so much, MichaelH!

  6. spencerp
    Member
    Posted 5 years ago #

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

    spencerp

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags