更新时间:2023-02-02 GMT+08:00
        
          
          
        
      
      
      
      
      
      
      
      
  
      
      
      
        
源数据库binlog保留时间检查
MySQL迁移场景
| 预检查项 | 源数据库binlog保留时间检查。 | 
|---|---|
| 描述 | 检查源数据库binlog保留的时间,在磁盘允许的情况下,保留时间设置的越长越好。 | 
| 不通过提示及处理建议 | 不通过原因:源数据库binlog保留时间没有设置。 处理建议: 登录源数据库,执行如下SQL语句,设置binlog的保留时间: call mysql.rds_set_configuration('binlog retention hours', n); 其中n是大于0并且小于等于168的整数。 | 
   父主题: 数据库参数检查
  
  
    