Deze query werkt zowel in mysql 5.6.12 als in 5.5.25:
ALTER TABLE `table_name` AUTO_INCREMENT =10
Volgens mysql-handleiding :
Als de tabel geen records heeft, kunt u TRUNCATE
. gebruiken :
TRUNCATE TABLE table_name
Uit mysql-handleiding :
UPDATE:Het lijkt erop dat er een bug is met mysql5.6.12:http://bugs .mysql.com/bug.php?id=69882