发新话题
打印

求助! wp2.6转换sablog-x1.6 出错

求助! wp2.6转换sablog-x1.6 出错

第二步:建立数据表
本步骤建立 SaBlog-X V1.6 的数据表
创建表 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 NULL default '', `comment_author_url` varchar(200) NOT NULL default '', `comment_author_IP` varchar(100) NOT NULL default '', `comment_date` datetime NOT NULL default '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL default '0000-00-00 00:00:00', `comment_content` text NOT NULL, `comment_karma` int(11) NOT NULL default '0', `comment_approved` varchar(20) NOT NULL default '1', `comment_agent` varchar(255) NOT NULL default '', `comment_type` varchar(20) NOT NULL default '', `comment_parent` bigint(20) NOT NULL default '0', `user_id` bigint(20) NOT NULL default '0', PRIMARY KEY (`comment_ID`), KEY `comment_approved` (`comment_approved`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`)) TYPE=MyISAM AUTO_INCREMENT=113 ... 成功
数据库出错:
MySQL Query ErrorMysql error description: Table 'wp_comments' already exists
Mysql error number: 1050
Date: 2008-07-20 @ 08:48
Script: http://myhostname/wordpress/wp.php?


...有没有有高人知道.什么原因啊..郁闷死了

TOP

发新话题