好比建立表格,表格ID須要自增rem
將ID設置成主鍵,並配置auto_increment table
例:test
create table test(配置
id int(4) not null primary key auto_incrementim
username char(20) tab
passwd char(20)ab
)表格