![]() |
Error on SQL restoration. Im moving servers, and im attempting to use bigdump to upload the old sql file into the database on the new server. It fails with this error Code: INSERT INTO `adminhelp` (`adminhelpid`, `script`, `action`, `optionname`, `displayorder`, `volatile`, `product`) VALUES(1, 'accessmask', '', '', 1, 1, 'vbulletin'); MySQL: Duplicate entry '1' for key 1 Looking at the SQL for that table, it seems the entire table has duplicates, such as Code: INSERT INTO `adminhelp` (`adminhelpid`, `script`, `action`, `optionname`, `displayorder`, `volatile`, `product`) VALUES(2, 'accessmask', 'edit', '', 1, 1, 'vbulletin'); INSERT INTO `adminhelp` (`adminhelpid`, `script`, `action`, `optionname`, `displayorder`, `volatile`, `product`) VALUES(3, 'accessmask', 'modify', '', 1, 1, 'vbulletin'); INSERT INTO `adminhelp` (`adminhelpid`, `script`, `action`, `optionname`, `displayorder`, `volatile`, `product`) VALUES(4, 'accessmask', 'quickedit', '', 1, 1, 'vbulletin'); How can I go about manually fixing this error. |
الساعة الآن 05:08 AM |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.5.2 TranZ By
Almuhajir