:: how to reset auto increment in mysql
:: links
+ googlelinux
+ bayublitar
mysql> ALTER TABLE table_name AUTO_INCREMENT = 0; 0 = starting value for auto increment:: links
+ googlelinux
+ bayublitar
Comments
Post a Comment