Backup Log DNName with no_log '这里的DNName是你要收缩的数据库名,自己注意修改下面的数据库名,我就不再注释了。go dump transaction DNName with no_log go USE DNName DBCC SHRINKFILE(2) Go SQL2008清空删除...
都在阿里云RDS数据库中使用过,没问题了。1.show相关语句 查看实例参数 例如: show variables like '%innodb%';show global variables like '%innodb%';查看实例状态,例如: show status like 'uptime%';show ...