Forums

Failed upgrade to 2.3.1 (1 post)

  1. tanya52
    Member
    Posted 2 years ago #

    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')

Topic Closed

This topic has been closed to new replies.

About this Topic