Mysql Error
#7

Extra would show AUTO_INCREMENT for column `userID` if it was set but it is not.

Empty the table and click on "Cambiar" ("Change") for `userID` and tick "A_I" field or execute:
pawn Code:
ALTER TABLE Usuarios MODIFY userID INT(8) UNSIGNED NOT NULL AUTO_INCREMENT;
Reply


Messages In This Thread
Mysql Error - by neropic - 18.10.2018, 20:28
Re: Mysql Error - by Calisthenics - 18.10.2018, 20:45
Re: Mysql Error - by KinderClans - 18.10.2018, 20:48
Re: Mysql Error - by neropic - 18.10.2018, 21:32
Re: Mysql Error - by Calisthenics - 18.10.2018, 21:39
Re: Mysql Error - by neropic - 18.10.2018, 21:54
Re: Mysql Error - by Calisthenics - 18.10.2018, 22:11
Re: Mysql Error - by neropic - 18.10.2018, 22:32
Re: Mysql Error - by neropic - 18.10.2018, 23:29

Forum Jump:


Users browsing this thread: 3 Guest(s)