摘要: desc 表名 --查看表属性 show create table 表名 \g; --查看代码 alter table 表名 auto_increment=20; --改自增的值 MySQL:自增步长 基于会话级别: show session variables like 'auto_inc%'; 阅读全文
posted @ 2018-10-30 22:37 TY520 阅读(21581) 评论(0) 推荐(0)