latest svn revision, upgrade with errors..
After doing a SVN UP on the VB blog, then hitting upgrade link.. I got
these errors...
WordPress database error: [Got error 12 from storage engine]
SHOW TABLES;
WordPress database error: [Table 'wp_terms' already exists]
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) ) DEFAULT CHARACTER SET utf8
WordPress database error: [Table 'wp_term_taxonomy' already exists]
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) ) DEFAULT CHARACTER SET utf8
WordPress database error: [Table 'wp_term_relationships' already exists]
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) )
DEFAULT CHARACTER SET utf8
WordPress database error: [Table 'wp_comments' already exists]
CREATE TABLE wp_comments ( comment_ID bigint(20) unsigned NOT NULL
auto_increment, comment_post_ID int(11) NOT NULL default '0',
comment_author tinytext NOT NULL, comment_author_email varchar(100) NOT
(Continue reading)