标题:phpmyadmin导入数据库出现错误
取消只看楼主
lwtop124
Rank: 1
等 级:新手上路
帖 子:2
专家分:0
注 册:2016-10-27
结帖率:0
已结贴  问题点数:20 回复次数:0 
phpmyadmin导入数据库出现错误
错误

SQL 查询:

--
 -- 转存表中的数据 `wp_comments`
 --
  INSERT INTO `wp_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, 'A WordPress Commenter', 'wapuu@wordpress.example', 'https://', '', '2016-10-17 01:14:51', '2016-10-17 01:14:51', 'Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href="https://', 0, 'post-trashed', '', '', 0, 0 ) ;

  

 MySQL 返回: 文档
 #1062 - Duplicate entry '1' for key 'PRIMARY'
请问怎么解决
2016-10-27 09:23



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-470324-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.656159 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved