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=638350)



Mysql ERROR - Andyy17 - 30.07.2017

Hey guys, any ideas about this?
Can somebody explain why and how to solve it? ( Thanks)

Код:
[04:27:41] > OnQueryError:
[04:27:41] * Error: Duplicate column name 'Mapper' (1060)
[04:27:41] * Callback: 
[04:27:41] * Query: ALTER TABLE accounts ADD Mapper int(1) NOT NULL
[04:27:41] -----------------------------------------
[04:27:41] -----------------------------------------
[04:27:41] > OnQueryError:
[04:27:41] * Error: Duplicate column name '9mmSkill' (1060)
[04:27:41] * Callback: 
[04:27:41] * Query: ALTER TABLE accounts ADD 9mmSkill int(3) NOT NULL
[04:27:41] -----------------------------------------
[04:27:41] -----------------------------------------
[04:27:41] > OnQueryError:
[04:27:41] * Error: Duplicate column name 'uziSkill' (1060)
[04:27:41] * Callback: 
[04:27:41] * Query: ALTER TABLE accounts ADD uziSkill int(3) NOT NULL
[04:27:41] -----------------------------------------
[04:27:41] -----------------------------------------
[04:27:41] > OnQueryError:
[04:27:41] * Error: Duplicate column name 'sawnoffSkill' (1060)
[04:27:41] * Callback: 
[04:27:41] * Query: ALTER TABLE accounts ADD sawnoffSkill int(3) NOT NULL
[04:27:41] -----------------------------------------



Re: Mysql ERROR - Dayrion - 30.07.2017

You have already columns called like that