• Hey There,

    I am trying to set up WordPress with the following config:

    WinXP Pro
    IIS 5.1
    MySQL 5.0.15

    and I am getting the following error at step two

    WordPress database error: [The ‘InnoDB’ feature is disabled; you need MySQL built with ‘InnoDB’ to have it working]
    CREATE TABLE wp_categories ( cat_ID bigint(20) NOT NULL auto_increment, cat_name varchar(55) default NULL, category_nicename varchar(200) default NULL, category_description longtext, category_parent int(4) NOT NULL default ‘0’, PRIMARY KEY (cat_ID), KEY category_nicename (category_nicename) )

    This repeats a bunch of times with some different vairiables.

    I have gone into MySQL Admin and have made sure that InnoDB is turned on. I have then restarted MySQL, the computer, deleted the database and recreated it – but I am still stuck.

    Any suggestions

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Problem with step two’ is closed to new replies.