mysql常用

1,将id列放在第一列

alter table cqc_xa.cqc_xa_diff_case modify id int unsigned auto_increment first;

2,增加自增id

alter table test.student add column indexxx int(14) primary key auto_increment after first;

3,修改表名

ALTER  TABLE table_name RENAME TO new_table_name

 

mysql常用

上一篇:nagios报错一例


下一篇:MySQL查看及杀掉链接方法大全