Skip to content

Simple script to extract the number of events (INSERT INTO, UPDATE, DELETE FROM) from MySQL binlog files

License

Notifications You must be signed in to change notification settings

borisuvarov/mysql_binlog_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mysql_binlog_parser

A simple script which extracts number of events (INSERT INTO, UPDATE, DELETE FROM) from MySQL binlog files

Usage example

python extract_number_of_events.py --start_datetime="2017-06-08 00:01:00" --stop_datetime="2017-06-15 23:59:59"

About

Simple script to extract the number of events (INSERT INTO, UPDATE, DELETE FROM) from MySQL binlog files

Resources

License

Stars

Watchers

Forks

Languages