Tabel terpotong mysql
TRUNCATE [TABLE] table_name;
Thoughtful Trout
TRUNCATE [TABLE] table_name;
DELETE FROM mytest.instance;
ALTER TABLE mytest.instance AUTO_INCREMENT = 1;