Hello!
Why can't I add more than 127 rows in my mySQL db please?
(error msg: Dublicate entry '127' for Key 1)
It happends when "id" is going to add it's 128 id.
Klas
Change the datatype for the column to integer
Worked fine, I changed from Tinyint to int now. ;-)
I am learning mySQL now 😉
Thanks