-
Notifications
You must be signed in to change notification settings - Fork 338
MySQL ClickPipe: Document generic MySQL and MariaDB #3867
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
3 Skipped Deployments
|
ilidemi
commented
May 31, 2025
serprex
approved these changes
Jun 2, 2025
serprex
reviewed
Jun 2, 2025
Blargian
approved these changes
Jun 3, 2025
…into generic-mysql-mariadb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Adding docs on how to set up self-hosted MySQL and MariaDB to work with ClickPipes.
Versions tested:
MySQL 8.4 works
MySQL 5.7 works
MySQL 5.6 can't list tables:
ERROR 1305 (42000): FUNCTION JSON_OBJECT does not exist
MariaDB 10.5 works
MariaDB 10.3 can't validate connection:
failed to get server version: failed to compare server version: cannot parse "10.3.39-MariaDB-1:10.3.39+maria~ubu2004-log" as semver: Invalid Semantic Version
(to be fixed by go-mysql-org/go-mysql#1028)MariaDB 10.2 can't validate connection, semver
MariaDB 10.1 can't connect with
tls: handshake failure
, there's no overlap between cipher suites in OpenSSL 1.0.2n and what golang accepts by default https://www.skeema.io/blog/2025/02/06/mysql57-golang-ssl/MariaDB 10.0 doesn't have
binlog_row_image
settingMariaDB 5.5 doesn't have
binlog_row_image
settingMySQL version prevalence: https://www.percona.com/blog/percona-server-for-mysql-8-4-2-vs-8-0-40-comparison-of-variables-and-keywords/
MariaDB version prevalence: no nice data in corporate blogs but there's Shodan: