SA-MP Forums Archive
mysql error - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: mysql error (/showthread.php?tid=619976)



mysql error - StR_MaRy - 24.10.2016

hey guys i have this error on mysql_log why ?

Код HTML:
[18:49:11] [ERROR] CMySQLQuery::Execute[] - (error #1062) Duplicate entry '61' for key 'PRIMARY'
i had this error 3-4 days ago and some1 said to me to add a new line to my structure with ID before every line i have and i did and it worked for 2-3 days but now is giving me the same error why ?

picture with my structure: http://imgur.com/a/5eR34


Re: mysql error - Skimmer - 24.10.2016

When occurs this error message?

Looks like you're trying to insert a new row using the ID 61 which already exists in your table.