If you want to reset the auto-increment number of a table to start it again with a new value, you have to launch this SQL:
ALTER TABLE my_table_name AUTO_INCREMENT=400;
In this case, 400 is the value you want to be the new start value.
If you want to reset the auto-increment number of a table to start it again with a new value, you have to launch this SQL:
ALTER TABLE my_table_name AUTO_INCREMENT=400;
In this case, 400 is the value you want to be the new start value.
For further actions, you may consider blocking this person and/or reporting abuse
Arif Hossain -
Dougherty Childers -
Goldman Forrest -
Luna Simonsen -
Top comments (0)