#binlog
autobahn-binlog (⭐️ 57)

A Go package for tailing MySQL v5.5.x binary replication streams.

#go
September 26, 2026 at 9:37 AM
In this Dolt feature release, we add MySQL-compatible wildcard filters for binlog replication.

Include or exclude table families while keeping replicated transactions in versioned Dolt history.

https://www.dolthub.com/blog/2026-09-23-wildcard-binlog-filters/
Your Replica Doesn't Need to Know Everything
Dolt now supports MySQL-compatible wildcard table filters for binlog replication, so replicas can selectively apply row changes from matching tables.
www.dolthub.com
September 24, 2026 at 6:23 PM
Avoid PITR failures by validating archived MySQL binary logs. `mysqlbinlog --verify-binlog-checksum` recalculates the 4-byte CRC32 per event to detect corruption.

#mysql #binlog #ValtersIT

https://www.valtersit.com/vault/verify-binlog-integrity-with-mysqlbinlog-and-checksums-9760cd/
September 23, 2026 at 7:21 AM
14/ MySQL InnoDB has a redo log plus the binlog, and you tune the two flush settings together.
September 23, 2026 at 6:28 AM
🆕 Amazon Aurora MySQL now supports multi-source and delayed replication. Multi-source replicates from multiple databases, while delayed replication lags a binlog replica to prevent errors. Available for Aurora MySQL 8.4.8+ in all AWS regions. See release notes for details.

#AWS #AmazonAurora
Amazon Aurora MySQL now supports multi-source replication and delayed replication
Starting today, Amazon Aurora MySQL supports two new replication capabilities: multi-source replication and delayed replication. Multi-source replication lets a single Aurora MySQL cluster replicate from multiple source databases at the same time, making it easier to consolidate data from separate MySQL databases. This enables critical use-cases, such as merging shards or aggregating data from separate databases (e.g. regional or departmental instances) into a central location for operational workflows, such as reporting and backups. To learn more, please refer to the MySQL multi-source replication documentation. Delayed replication lets you configure a binlog replica to intentionally lag behind its source by a set period of time, giving you a simple safeguard against human error and logical data corruption. If a harmful change is made on the source, you can recover quickly by stopping replication to the replica before the change is applied and promoting it, without performing a full database restore. A delayed replica also provides a convenient fallback during upgrades and a way to inspect an earlier state of your data. To learn more, please refer to the MySQL delayed replication documentation. Together, these capabilities give you greater flexibility and stronger data protection when replicating into Aurora MySQL. Multi-source replication and Delayed replication are supported on Aurora MySQL version 8.4.8 and higher, in all AWS Regions where Aurora MySQL is available. For additional information on Aurora MySQL disaster recovery, see the guidance from our solutions library. To learn more, please refer to Aurora MySQL 8.4 release notes. Amazon Aurora is designed for high performance and availability at global scale with full MySQL compatibility. It provides scale-to-zero serverless compute, Aurora Global Database for multi-Region resilience, Aurora I/O-Optimized for improved price performance on I/O-intensive workloads, and built-in security and continuous backups. To get started, take a look at Aurora’s getting started page.
aws.amazon.com
September 3, 2026 at 8:10 PM
📰 MySQL Change Data Capture (CDC) to BigQuery: Periodic syncs miss data due to binlog limitations, but binlog avoids this issue by capturing all changes in real-time.

🔗 https://www.erathos.com/en/blog/mysql-cdc-to-bigquery

#Tech #Dev
MySQL CDC to BigQuery: A Step-by-Step Setup Guide | Erathos
MySQL CDC syncs miss deletes and intermediate updates. Learn how binlog-based Change Data Capture works, what MySQL settings it requires, and how to land it reliably in BigQuery.
www.erathos.com
August 30, 2026 at 8:07 AM
MySQL CDC to BigQuery: what periodic syncs miss, and how binlog avoids it | Discussion
MySQL CDC to BigQuery: A Step-by-Step Setup Guide | Erathos
MySQL CDC syncs miss deletes and intermediate updates. Learn how binlog-based Change Data Capture works, what MySQL settings it requires, and how to land it reliably in BigQuery.
www.erathos.com
August 25, 2026 at 4:00 PM
MySQL CDC to BigQuery: what periodic syncs miss, and how binlog avoids it

https://www.erathos.com/en/blog/mysql-cdc-to-bigquery
August 25, 2026 at 3:00 PM
MySQL CDC to BigQuery: what periodic syncs miss, and how binlog avoids it
Discussion | hackernews | Author: gpaulbagetti

#Databases
MySQL CDC to BigQuery: what periodic syncs miss, and how binlog avoids it
MySQL CDC syncs miss deletes and intermediate updates. Learn how binlog-based Change Data Capture works, what MySQL settings it requires, and how to land it reliably in BigQuery.
www.erathos.com
August 25, 2026 at 2:57 PM
August 25, 2026 at 2:37 PM
my2fback (⭐️ 38)

my2fback 是基于Golang开发的快速解析与闪回MySQL/MariaDB binlog 工具, 也支持解析relaylog

#go
August 23, 2026 at 3:51 AM
📦 fortrow/xql v0.1.2

Fortrow XQL XML persistence, schema sync, and binlog daemon tooling.

🔗 https://github.com/fortrow/php-xql
August 13, 2026 at 6:12 PM
📦 fortrow/xql v0.1.1

Fortrow XQL XML persistence, schema sync, and binlog daemon tooling.

🔗 https://github.com/fortrow/php-xql
August 13, 2026 at 5:15 PM
🚨 Build broke?
VS Code’s new MSBuild Binlog Analyzer turns chaotic .binlog noise into answers — root causes, perf hotspots, diffs, regressions, even one‑click fixes 😎

👉 Blog: ift.tt/7HjkrhP
August 5, 2026 at 2:03 PM
Local by Flywheelが37GB食ってた。犯人はbinlog
https://ift.tt/c1Kpdwi

https://ift.tt/mr87V0g
August 3, 2026 at 11:12 PM
F# Weekly #31 — MCP C# SDK v2.0, Unit-Test Agent, and MSBuild Binlog in VS Code #fsharp sergeytihon.com/2026/08/01/f...
F# Weekly #31 — MCP C# SDK v2.0, Unit-Test Agent, and MSBuild Binlog in VS Code
Welcome to F# Weekly, A roundup of F# content from this past week: News What’s new in 2.0 | Elmish Land Microsoft News Announcing v2.0 of the official MCP C# SDK From generated code to truste…
sergeytihon.com
August 1, 2026 at 9:18 AM
Analyze MSBuild Binary Logs with Copilot in VS Code - a Copilot-powered way to read MSBuild binary logs, explain and fix build failures with one click, compare builds, and catch regressions, backed by the Microsoft.AITools.BinlogMcp MCP server.

hubs.li/Q04qZlbs0 #dotnet
Analyze MSBuild Binary Logs with Copilot in VS Code - .NET Blog
Meet the MSBuild Binlog Analyzer for VS Code - a Copilot-powered way to read MSBuild binary logs, explain and fix build failures with one click, compare builds, and catch regressions, backed by the Mi...
hubs.li
July 28, 2026 at 2:15 PM
Analyze MSBuild Binary Logs with Copilot in VS Code

Meet the MSBuild Binlog Analyzer for VS Code - a Copilot-powered way to read MSBuild binary logs, explain and fix build failures with one click, compare builds, and catch regressions, backed by the Micr…

Telegram AI Digest
#ai #copilot #microsoft
Analyze MSBuild Binary Logs with Copilot in VS Code
Meet the MSBuild Binlog Analyzer for VS Code - a Copilot-powered way to read MSBuild binary logs, explain and fix build failures with one click, compare builds, and catch regressions, backed by the Microsoft.AITools.BinlogMcp MCP server.
devblogs.microsoft.com
July 28, 2026 at 12:03 PM
Анализируйте бинарные журналы MSBuild с помощью Copilot в VS Code

Представляем анализатор MSBuild Binlog для VS Code — способ чтения двоичных журналов MSBuild с помощью Copilot, объяснения и исправления сборок одним щелчком мыши, сравнения сборок и обнаруже…

Telegram ИИ Дайджест
#ai #copilot #news
Analyze MSBuild Binary Logs with Copilot in VS Code
devblogs.microsoft.com
July 28, 2026 at 11:54 AM