摘要: # 查看当前binlog状态 show master status\G; # mysql中查看指定binlog信息 show binlog events in 'mysql-bin.000010'; # 查询指定时间段内/位置的删除语句 mysqlbinlog --no-defaults --sta 阅读全文
posted @ 2020-03-04 11:34 Ray_chen 阅读(348) 评论(0) 推荐(0) 编辑