Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MySQL Replication Binlog Parser

A Rust project for parsing MySQL binary log events and decoding the core replication structures used by row-based replication.

Usage

This project is a MySQL replication client. It connects to a MySQL server and requests the binary log stream.

cargo run -- -P pass1234 -u root -D mydb

Available options are:

  • -u, --user: MySQL username (defaults to user)
  • -P, --password: MySQL password
  • -D, --database: optional database to select
  • -H, --host: MySQL host (defaults to 127.0.0.1)
  • -p, --port: MySQL port (defaults to 3306)
  • -f, --format: output format hint for query results

About

MySQL Replication Binlog Parser

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages