How can I re order id number in MySQL database if I delete a record?
Example
Id 1 - data information for row
Id 5 - more data information
Id 8 - and more
See how I deleted 2,3,4,6,7 id number rows. Is there a way to automatically Re order rows automatically if I delete a row. Like change the above to 1,2,3 id number but keep other data there
Thanks in advance for your assistance