[
https://issues.apache.org/jira/browse/FLINK-36520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-36520:
-----------------------------------
Labels: pull-request-available (was: )
> Flink CDC doesn't support MySQL > 8.0
> -------------------------------------
>
> Key: FLINK-36520
> URL: https://issues.apache.org/jira/browse/FLINK-36520
> Project: Flink
> Issue Type: Bug
> Components: Flink CDC
> Affects Versions: 1.19.1
> Reporter: Maciej BryĆski
> Priority: Major
> Labels: pull-request-available
>
> Hi,
> I'm trying to use Flink-CDC MySQL connector with MySQL 8.4.
> This results in exception:
> {code}
> Caused by: org.apache.flink.util.FlinkRuntimeException: Read split
> MySqlSnapshotSplit{tableId=customer.customers,
> splitId='customer.customers:0', splitKeyType=[`id` BIGINT NOT NULL],
> splitStart=null, splitEnd=null, highWatermark=null} error due to
> org.apache.flink.util.FlinkRuntimeException: Cannot read the binlog filename
> and position via 'SHOW MASTER STATUS'. Make sure your server is correctly
> configured.
> {code}
> This is because SHOW MASTER STATUS statement isn't supported in this version:
> https://dev.mysql.com/doc/refman/8.4/en/show-master-status.html
--
This message was sent by Atlassian Jira
(v8.20.10#820010)