1
In my Mysql Workbench I have 4 tables with auto increment id.
But when I fill out the form it adds values not followed.
For example:
I fill out a form for the first time and the ID it puts me is 3.
I want Id to be followed. Is there any way around or fix this?
Do you have any specific reason to start at 1, or is it just curiosity?
– Conrad Clark
I want you to start from the beginning. because the other tables that are linked also start from the number 1
– ChrisAdler
The first time? I think so... If you have 3 tuples in your table with id’s 2,3,4 and you delete the line with id = 4, Getting Only 2,3 when a new record is inserted, this will be the number 5. Getting that way 2,3,5. And that’s totally correct. Is that or am I making a mess? Clarify the question better...
– okevinlira
You might be right. and I think so. But I tested the table on the first record and it started on 3.
– ChrisAdler