This is a simple mysql query to reset all the table values including the auto increment id inside the table.
Mysql

//reset all the table values
TRUNCATE TABLE tablename;

Leave a Reply

Your email address will not be published. Required fields are marked *