嘿傢伙我希望有人在這裏可以給我一個援助之手...#1062 - 鍵1的重複條目'1'| WordPress的
我想爲我的WordPress的網站導入數據庫,但我得到的錯誤。
這是我收到的錯誤!
- - 對錶
wp_comments
傾銷數據 - INSERT INTOwp_comments
(comment_ID
,comment_post_ID
,comment_author
,comment_author_email
,comment_author_url
,comment_author_IP
,comment_date
,comment_date_gmt
,comment_content
,comment_karma
,comment_approved
,comment_agent
,comment_type
,comment_parent
,user_id
)VALUES(1,1,'WordPress先生','','http://wordpress.org/','','2013-02-19 11:30:17','2013-02-19 11:30:17','Hi ,這是一條評論。\ n要刪除評論,只需登錄並查看帖子'的評論。您將擁有op ',0,'1','','',0,0),(2,81,'admin','[email protected]','','223.255.245.41 ','2013-02-28 13:34:06','2013-02-28 13:34:06','這是測試評論...',0,'1','Mozilla/5.0(Windows NT 6.1; WOW64; rv:19.0)Gecko/20100101 Firefox/19.0','',0,1),(3,75,'admin','[email protected]','','223.255.245.41','2013-02 -28 13:34:21','2013-02-28 13:34:21','這是測試評論...',0,'[...]
你已經在'comment_ID' == 1數據庫中有一個註釋。當你嘗試插入另一個你會得到一個錯誤。以這種方式工作,我想你正在嘗試進行導入/遷移正確,但基於我提供的有限信息,我無法確定。 – 2013-03-15 21:21:39