Esta consulta funciona tanto en mysql 5.6.12 como en 5.5.25:
ALTER TABLE `table_name` AUTO_INCREMENT =10
Según manual de mysql :
Si la tabla no tiene registros, puede usar TRUNCATE
:
TRUNCATE TABLE table_name
De manual de mysql :
ACTUALIZACIÓN:Parece que hay algún error con mysql5.6.12:http://bugs .mysql.com/bug.php?id=69882