【发布时间】:2017-07-11 23:51:46
【问题描述】:
当我在我的本地 xampp 服务器数据库中添加数据库时,它说:
Error
SQL offer:
INSERT INTO `wp_fv_DigiWidgetsTemplates` (`templateID`, `templateTitle`, `canvasWidth`, `canvasHeight`) VALUES
(1, 'Small Horizontal', 300, 200),
(2, 'Small Vertical', 200, 300),
(3, 'Large Horizontal', 600, 400),
(4, 'Large Vertical', 400, 600)
MySQL answer: "Документация" (that is my bulgarian localhost)`
#1062 - Duplicate entry '1' for key 'id'
任何帮助都将不胜感激!
【问题讨论】:
-
检查您的数据库是否有任何默认条目,如果有输入,则必须将其删除然后导入
-
没有数据库 - 没有表!
-
请关注video!
标签: wordpress import phpmyadmin xampp localhost