Running MYSQl vers 4.120, uploaded the 2.1 files, ran the upgrade page and got this
WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '( cat_id bigint(20) NOT NULL auto_increment, cat_name tinyte]
CREATE TABLE ( cat_id bigint(20) NOT NULL auto_increment, cat_name tinytext NOT NULL, auto_toggle enum('Y','N') NOT NULL default 'N', show_images enum('Y','N') NOT NULL default 'Y', show_description enum('Y','N') NOT NULL default 'N', show_rating enum('Y','N') NOT NULL default 'Y', show_updated enum('Y','N') NOT NULL default 'Y', sort_order varchar(64) NOT NULL default 'rand', sort_desc enum('Y','N') NOT NULL default 'N', text_before_link varchar(128) NOT NULL default '
', text_after_link varchar(128) NOT NULL default '', text_after_all varchar(128) NOT NULL default '
', list_limit int(11) NOT NULL default '-1', PRIMARY KEY (cat_id) )
Fatal error: Call to undefined function: populate_roles_210() in /hsphere/local/home/sduffey/duf.net/wp/wp-admin/upgrade-functions.php on line 500
Anyone else run into this?
I recently ran the 2.06 upgrade and it went just fine.