Failed upgrade to 2.3.1

  • Unknown's avatar

    I was trying to upgrade WordPress from version 2.2.3 to latest version 2.3.1 but the database upgrade is giving the following error message and the tables wp_terms table is not created at the backend.

    I need to get this resolved at the earliest. Any suggestion on this error are appreciated.

    Thanks

    WordPress database error: [MyISAM table ‘wp_terms’ is in use (most likely by a MERGE table). Try FLUSH TABLES.]
    CREATE TABLE wp_terms ( term_id bigint(20) NOT NULL auto_increment, name varchar(55) NOT NULL default ”, slug varchar(200) NOT NULL default ”, term_group bigint(10) NOT NULL default 0, PRIMARY KEY (term_id), UNIQUE KEY slug (slug) )

    WordPress database error: [MyISAM table ‘wp_term_taxonomy’ is in use (most likely by a MERGE table). Try FLUSH TABLES.]
    CREATE TABLE wp_term_taxonomy ( term_taxonomy_id bigint(20) NOT NULL auto_increment, term_id bigint(20) NOT NULL default 0, taxonomy varchar(32) NOT NULL default ”, description longtext NOT NULL, parent bigint(20) NOT NULL default 0, count bigint(20) NOT NULL default 0, PRIMARY KEY (term_taxonomy_id), UNIQUE KEY term_id_taxonomy (term_id,taxonomy) )

    WordPress database error: [MyISAM table ‘wp_term_relationships’ is in use (most likely by a MERGE table). Try FLUSH TABLES.]
    CREATE TABLE wp_term_relationships ( object_id bigint(20) NOT NULL default 0, term_taxonomy_id bigint(20) NOT NULL default 0, PRIMARY KEY (object_id,term_taxonomy_id), KEY term_taxonomy_id (term_taxonomy_id) )

    WordPress database error: [Duplicate entry ‘1’ for key 1]
    INSERT INTO wp_terms (term_id, name, slug, term_group) VALUES (‘1’, ‘Uncategorized’, ‘uncategorized-2’, ‘1’)

    WordPress database error: [Duplicate entry ‘1-category’ for key 2]
    INSERT INTO wp_term_taxonomy (term_id, taxonomy, description, parent, count) VALUES (‘1’, ‘category’, ”, ‘0’, ‘1’)

    WordPress database error: [Duplicate entry ‘2’ for key 1]
    INSERT INTO wp_terms (term_id, name, slug, term_group) VALUES (‘2’, ‘General’, ‘general-2’, ‘1’)

    WordPress database error: [Duplicate entry ‘2-category’ for key 2]
    INSERT INTO wp_term_taxonomy (term_id, taxonomy, description, parent, count) VALUES (‘2’, ‘category’, ”, ‘0’, ‘7’)

    WordPress database error: [Duplicate entry ‘3’ for key 1]
    INSERT INTO wp_terms (term_id, name, slug, term_group) VALUES (‘3’, ‘APIs’, ‘apis-2’, ‘1’)

    WordPress database error: [Duplicate entry ‘3-category’ for key 2]
    INSERT INTO wp_term_taxonomy (term_id, taxonomy, description, parent, count) VALUES (‘3’, ‘category’, ”, ‘0’, ’14’)

    WordPress database error: [Duplicate entry ‘4’ for key 1]
    INSERT INTO wp_terms (term_id, name, slug, term_group) VALUES (‘4’, ‘Local’, ‘local-2’, ‘1’)

    WordPress database error: [Duplicate entry ‘4-category’ for key 2]
    INSERT INTO wp_term_taxonomy (term_id, taxonomy, description, parent, count) VALUES (‘4’, ‘category’, ”, ‘0’, ’11’)

    WordPress database error: [Duplicate entry ‘5’ for key 1]
    INSERT INTO wp_terms (term_id, name, slug, term_group) VALUES (‘5’, ‘Maps’, ‘maps-2’, ‘1’)

    WordPress database error: [Duplicate entry ‘5-category’ for key 2]
    INSERT INTO wp_term_taxonomy (term_id, taxonomy, description, parent, count) VALUES (‘5’, ‘category’, ”, ‘0’, ’18’)

    WordPress database error: [Duplicate entry ‘6’ for key 1]
    INSERT INTO wp_terms (term_id, name, slug, term_group) VALUES (‘6’, ‘Blogroll’, ‘blogroll-2’, ‘1’)

    WordPress database error: [Duplicate entry ‘6-link_category’ for key 2]
    INSERT INTO wp_term_taxonomy (term_id, taxonomy, description, parent, count) VALUES (‘6’, ‘link_category’, ”, ‘0’, ‘1’)

    WordPress database error: [Duplicate entry ‘7’ for key 1]
    INSERT INTO wp_terms (term_id, name, slug, term_group) VALUES (‘7’, ‘Sites’, ‘sites-2’, ‘1’)

    WordPress database error: [Duplicate entry ‘7-link_category’ for key 2]
    INSERT INTO wp_term_taxonomy (term_id, taxonomy, description, parent, count) VALUES (‘7’, ‘link_category’, ”, ‘0’, ‘3’)
    Upgrade Complete

    Your WordPress database has been successfully upgraded!

  • Unknown's avatar

    Hi and welcome to the wordpress.com support forum

    Unfortunately, this isn’t where you need to be. You need to be here
    http://wordpress.org/support/

  • Unknown's avatar

    Just to add to justjennifers explanation, this forum is for blogs hosted on wordpress.com with WordPress MU. WordPress 2.3.1 is dicussed in the other forums that were posted in the previous post! Good luck!

    Trent

  • The topic ‘Failed upgrade to 2.3.1’ is closed to new replies.