Mysql Error
#2

First check the PRIMARY KEY which is `userID`. Ensure it is set as AUTO INCREMENT because when this error is given, it is most likely not.

Since you started learning MySQL, read this: https://en.wikipedia.org/wiki/Database_normalization
Do not try to insert all data into one big table, separate them where possible. A new table for attachments and for what inv_X and invdX columns are used.
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: 1 Guest(s)