Tag

my2sql

0 views collected around this technical thread.

Aikesheng Open Source Community
Aikesheng Open Source Community
Apr 8, 2025 · Databases

Using MySQL Flashback Tools to Roll Back DML Mistakes

This article explains how to use MySQL flashback utilities such as binlog2sql, my2sql, and MyFlash to recover from accidental DML operations, covering supported SQL types, required binlog settings, tool features, command‑line usage examples, and best‑practice recommendations for preventing future data loss.

DMLData RecoveryFlashback
0 likes · 14 min read
Using MySQL Flashback Tools to Roll Back DML Mistakes
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 ToolsMySQLbinlog
0 likes · 19 min read
Comparison of my2sql and binlog2sql for MySQL Binlog Parsing
Aikesheng Open Source Community
Aikesheng Open Source Community
Jan 18, 2022 · Databases

Enhancing my2sql for Data Rollback and Query Capabilities with DBeaver Integration

This article describes practical improvements to the my2sql binlog‑parsing tool—adding query support and automatic binlog range detection—and demonstrates how to integrate it into DBeaver to provide developers with easy data‑rollback and original‑SQL tracing without requiring DBA intervention.

DBeaverMySQLSQL parsing
0 likes · 6 min read
Enhancing my2sql for Data Rollback and Query Capabilities with DBeaver Integration
Aikesheng Open Source Community
Aikesheng Open Source Community
Jan 5, 2021 · Databases

Using my2sql: A Go‑Based Binlog Parsing Tool for Flashback, Forwarding, and Transaction Analysis

The article introduces my2sql, a Go‑written MySQL binlog parser that supports flashback, forward SQL generation, and transaction analysis, compares it with binlog2sql and MyFlash, details its command‑line parameters, demonstrates three practical scenarios, lists limitations, and summarizes its performance and usage advantages.

Data RecoveryGoMySQL
0 likes · 33 min read
Using my2sql: A Go‑Based Binlog Parsing Tool for Flashback, Forwarding, and Transaction Analysis