Questa query funziona sia in MySQL 5.6.12 che in 5.5.25:
ALTER TABLE `table_name` AUTO_INCREMENT =10
Secondo il manuale di mysql :
Se la tabella non ha record, puoi utilizzare TRUNCATE
:
TRUNCATE TABLE table_name
Da manuale di mysql :
AGGIORNAMENTO:sembra che ci sia qualche bug con mysql5.6.12:http://bugs .mysql.com/bug.php?id=69882