Few months back , I came to know about the tool Binlog2sql . The tool has very cool features like .
- The tool can extract SQL’s from MySQL Binary log .
- The tool can generate the rollback SQL’s for PITR .
In this blog, I am going to explain, how the above two features can be achieved using the tool binlog2sql .
Installation :
The tool has been developed by Mr. Cao Danfeng . Great Job Mr. Cao Danfeng . The tool can be downloaded from the GitHub .
https://github.com/danfengcao/binlog2sql
git clone https://github.com/danfengcao/binlog2sql.git
cd binlog2sql
pip install -r requirements.txt
Make sure, the …
[Read more]