Tag

binlog2sql

0 views collected around this technical thread.

Aikesheng Open Source Community
Aikesheng Open Source Community
Aug 30, 2022 · Databases

Comparison of my2sql and binlog2sql for MySQL Binlog Parsing

This article compares the MySQL binlog parsing tools my2sql and binlog2sql, detailing their parameters, performance benchmarks on 2 GB binlog files with varying thread counts, feature differences, usage constraints, and provides practical guidance for selecting the appropriate tool.

Database ToolsMySQLPerformance
0 likes · 19 min read
Comparison of my2sql and binlog2sql for MySQL Binlog Parsing
Laravel Tech Community
Laravel Tech Community
Jun 29, 2021 · Databases

MySQL Data Recovery: Backup, Binlog, Point‑in‑Time Recovery and Tools

This article explains how to prevent data loss in MySQL by enabling backups and row‑based binlog, then details full‑volume recovery with mysqldump or xtrabackup, point‑in‑time restoration using binlog, table‑level recovery, skipping erroneous SQL statements, and introduces open‑source tools such as binlog2sql and MyFlash.

BackupMyFlashMySQL
0 likes · 15 min read
MySQL Data Recovery: Backup, Binlog, Point‑in‑Time Recovery and Tools