mysql mysql碎片应用2020-05-011.查询结果集中自增功能 SET @i = 0; SELECT (@i :=@i + 1) id 2.数据库备份 mysqldump database -uroot -p >:..\beifen.sql 3.数据库表空间tablespace...