Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 296 Bytes

File metadata and controls

11 lines (8 loc) · 296 Bytes

binlog2sql_java

binlog2sql工具的java版

功能

  • 读取binlog事件生成sql或反向sql
  • 数据快速回滚(闪回)

参照

使用了google的 open-replicator 进行binlog的读取和解析成事件

参考了 Python版的binlog2sql 地址: https://github.com/danfengcao/binlog2sql