How to reset AUTO_INCREMENT in MySQL and start counting from 1 again?
Let say you have a table called "my_table" with an auto-increment column called "id" and you want the id column to start counting from 1,2,3,... then use the following SQL…
Let say you have a table called "my_table" with an auto-increment column called "id" and you want the id column to start counting from 1,2,3,... then use the following SQL…