Mysql設置自增加主鍵的初始值

alter table table_name auto_increment=n; 注意n只能大於已有的auto_increment的整數值,小於的值無效. show table status like 'table_name' 能夠看到auto_increment這一列是表現有的值. 步進值無法改變.只能經過下面提到last_inset_id()函數變通使用php Mysql可使用AUTO_INC
相關文章
相關標籤/搜索