Skip to content

docs(clickpipes/mysql): FAQ for binlog event exceeding max_allowed_packet#204

Open
mintlify[bot] wants to merge 1 commit into
mainfrom
mintlify/a8149b3f
Open

docs(clickpipes/mysql): FAQ for binlog event exceeding max_allowed_packet#204
mintlify[bot] wants to merge 1 commit into
mainfrom
mintlify/a8149b3f

Conversation

@mintlify

@mintlify mintlify Bot commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

Summary

Ports the new MySQL ClickPipes FAQ entry on max_allowed_packet binlog errors from clickhouse-docs PR #6379.

Changes

  • Added new FAQ section #binlog-event-exceeded-max-allowed-packet to integrations/clickpipes/mysql/faq.mdx explaining the error, cause, and resolution steps.

Context

Mirrors the upstream change merged in clickhouse/clickhouse-docs commit 6b5282c (PR #6379). Slug preserved. i18n directories not updated per instructions.


Note

Low Risk
Documentation-only change with no runtime, security, or data-path impact.

Overview
Adds a new FAQ entry #binlog-event-exceeded-max-allowed-packet to the MySQL ClickPipes FAQ, placed after the replication section and before the TLS FAQ.

It documents the ERROR 1236 failure when a binlog event exceeds the source max_allowed_packet, explains that large BLOB/TEXT/JSON rows are the usual cause, and gives remediation: raise max_allowed_packet on the source (including a SET GLOBAL example and persistence via my.cnf / parameter groups), plus resync the pipe if a single row exceeds 1G.

Reviewed by Cursor Bugbot for commit 42f439a. Bugbot is set up for automated code reviews on this repo. Configure here.

@mintlify

mintlify Bot commented Jun 15, 2026

Copy link
Copy Markdown
Contributor Author

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
ClickHouse-docs 🟢 Ready View Preview Jun 15, 2026, 5:38 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants