Restoring DB from live site to localhost returns error #1062 – Duplicate entry
-
I’m trying to restore a working online DB to my localhost machine which I have done a thousand times in the past without problems but on Friday, I landed up with the following error.
SQL query:
— — Dumping data for table
wp_wfConfig
— INSERT INTOwp_wfConfig
(name
,val
) VALUES (‘actUpdateInterval’, 0x32), (‘alertEmails’, 0x7765626d6173746572406172797374616c696665736369656e63652e636f2e7a61), (‘alertOn_adminLogin’, 0x31), (‘alertOn_block’, 0x31), (‘alertOn_critical’, 0x31), (‘alertOn_loginLockout’, 0x31), (‘alertOn_lostPasswdForm’, 0x31), (‘alertOn_nonAdminLogin’, 0x30), (‘alertOn_throttle’, 0x30), (‘alertOn_warnings’, 0x31), (‘apiKey’, 0x356132373234663433303764353439633335333132633639636165313462633830323137333665353961326163326537613031386162663938326465623063666262393762616466303864396235346234303464363634613861303739306339343361386432636634666536623639623066346238646662656139323365613463343431366430356162666237366264353636653064623365333362316437363331666162643462373830633462623537363831653162666435646364333734), (‘autoBlockScanners’, 0x30), (‘blockedTime’, 0x333030), (‘blockFakeBots’, 0x30), (‘currentCronKey’, ”), (‘debugOn’, 0x30), (‘deleteTablesOnDeact’, […]MySQL said: Documentation
#1062 – Duplicate entry ‘actUpdateInterval’ for key ‘PRIMARY’
I have already run a mysqlcheck on the tables as well as tried to manually remove the duplicate entries.
Is there something else I am missing here?
Thank you.
- The topic ‘Restoring DB from live site to localhost returns error #1062 – Duplicate entry’ is closed to new replies.