WordPress数据库错误: [Incorrect key file for table '/tmp/#sql_25e_2.MYI'; try to repair it]DESC wp_posts
WordPress数据库错误: [Duplicate column name 'vote_up']ALTER TABLE wp_posts ADD vote_up varchar(20) NOT NULL DEFAULT '0'
WordPress数据库错误: [Incorrect key file for table '/tmp/#sql_25e_2.MYI'; try to repair it]DESC wp_posts
WordPress数据库错误: [Duplicate column name 'vote_down']ALTER TABLE wp_posts ADD vote_down varchar(20) NOT NULL DEFAULT '0'
WordPress数据库错误: [Incorrect key file for table '/tmp/#sql_25e_2.MYI'; try to repair it]DESC wp_posts
WordPress数据库错误: [Duplicate column name 'faves']ALTER TABLE wp_posts ADD faves varchar(20) NOT NULL DEFAULT '0'