最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

phpMyAdmin displays error when importing database 2

matteradmin10PV0评论

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 badge
Add a comment  | 

1 Answer 1

Reset to default 0

try 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...

Post a comment

comment list (0)

  1. No comments so far