A Rust project for parsing MySQL binary log events and decoding the core replication structures used by row-based replication.
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 mydbAvailable 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