admin管理员组文章数量:1130349
I'm cloning a WordPress into my PC. I have already backed up all files.. The problem is that when I try and import the database using phpMyAdmin, I get this error message: Error
Query SQL:
-- Dump dei dati per la tabella wp_commentmeta
INSERT INTO wp_commentmeta (meta_id, comment_id, meta_key, meta_value) VALUES
(3, 9, '_wp_trash_meta_status', '0')
Messaggio di MySQL:
1062 - Valore duplicato '3' per la chiave 'PRIMARY'
Could someone help me with any advice? Please
I'm cloning a WordPress into my PC. I have already backed up all files.. The problem is that when I try and import the database using phpMyAdmin, I get this error message: Error
Query SQL:
-- Dump dei dati per la tabella wp_commentmeta
INSERT INTO wp_commentmeta (meta_id, comment_id, meta_key, meta_value) VALUES
(3, 9, '_wp_trash_meta_status', '0')
Messaggio di MySQL:
1062 - Valore duplicato '3' per la chiave 'PRIMARY'
Could someone help me with any advice? Please
Share Improve this question asked Dec 6, 2018 at 15:33 AndreaAndrea 111 bronze badge1 Answer
Reset to default 0try dropping all the tables in the database before importing into it....make sure that you don't need any of the data in that database though...
I'm cloning a WordPress into my PC. I have already backed up all files.. The problem is that when I try and import the database using phpMyAdmin, I get this error message: Error
Query SQL:
-- Dump dei dati per la tabella wp_commentmeta
INSERT INTO wp_commentmeta (meta_id, comment_id, meta_key, meta_value) VALUES
(3, 9, '_wp_trash_meta_status', '0')
Messaggio di MySQL:
1062 - Valore duplicato '3' per la chiave 'PRIMARY'
Could someone help me with any advice? Please
I'm cloning a WordPress into my PC. I have already backed up all files.. The problem is that when I try and import the database using phpMyAdmin, I get this error message: Error
Query SQL:
-- Dump dei dati per la tabella wp_commentmeta
INSERT INTO wp_commentmeta (meta_id, comment_id, meta_key, meta_value) VALUES
(3, 9, '_wp_trash_meta_status', '0')
Messaggio di MySQL:
1062 - Valore duplicato '3' per la chiave 'PRIMARY'
Could someone help me with any advice? Please
Share Improve this question asked Dec 6, 2018 at 15:33 AndreaAndrea 111 bronze badge1 Answer
Reset to default 0try dropping all the tables in the database before importing into it....make sure that you don't need any of the data in that database though...
本文标签: phpMyAdmin displays error when importing database 2
版权声明:本文标题:phpMyAdmin displays error when importing database 2 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:https://it.en369.cn/questions/1749123385a2319374.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。


发表评论