摘要: SHOW VARIABLES LIKE 'auto_inc%'; 查看当前数据库的自增长设置。 SET @@auto_increment_increment=3 alter table `test`add id BIGINT; -- 为test表增加一个名称为id,类型为bigint的列. alte 阅读全文
posted @ 2023-05-22 15:07 忧伤恋上了快乐 阅读(296) 评论(0) 推荐(0) 编辑