I have an application with a MySQL Database. The application is currently under testing. After testing I want to delete all testing data in the database(but keep all tables as it is). I want to refresh all tables in the DB. If i just delete values from the DB, the AUTO_INCREMENT columns do not start from 1.
How do I refresh the DB so all values are gone?