2009年4月22日水曜日

MySQL column auto incrementのリセット

mysql> delete from ff_musics;
Query OK, 1 row affected (0.00 sec)
mysql> alter table ff_musics AUTO_INCREMENT =1;

0 件のコメント: