You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I tried to synchronize data from mysql to starrocks using the Flink CDC 3.0 official website case test, I used mysql 8.0, which should be different from the official website. But I think Flink CDC 3.0 is definitely compatible with mysql8 solution, the following picture error message:
The yaml file is like this:
source:
type: mysql
hostname: localhost
port: 3306
username: root
password: root
tables: app_db..*
server-id: 5400-5404
server-time-zone: UTC
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi team,
When I tried to synchronize data from mysql to starrocks using the Flink CDC 3.0 official website case test, I used mysql 8.0, which should be different from the official website. But I think Flink CDC 3.0 is definitely compatible with mysql8 solution, the following picture error message:
![mysql8-to-starrocks](https://private-user-images.githubusercontent.com/142011450/309184098-d9b867a9-8559-4363-b5dd-d171f192a709.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2NTQ3ODIsIm5iZiI6MTczOTY1NDQ4MiwicGF0aCI6Ii8xNDIwMTE0NTAvMzA5MTg0MDk4LWQ5Yjg2N2E5LTg1NTktNDM2My1iNWRkLWQxNzFmMTkyYTcwOS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE1JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNVQyMTIxMjJaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0zMGFkM2Y4MzMxOWNkOGE4NmE0ZjY2YTQ4YzYwNTQzM2JjOTY3ZWM4MGU2YzgxZTUyNWE1OTBjYjRlYTNiMzdkJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.dwKhDVli9EGwOZXOdjpK0s5AhArDvygC4ic9YJ9L2_Q)
The yaml file is like this:
source:
type: mysql
hostname: localhost
port: 3306
username: root
password: root
tables: app_db..*
server-id: 5400-5404
server-time-zone: UTC
sink:
type: starrocks
name: StarRocks Sink
jdbc-url: jdbc:mysql://localhost:9030
load-url: localhost:8030
username: root
password: ""
table.create.properties.replication_num: 1
pipeline:
name: Sync MySQL Database to StarRocks
parallelism: 2
Could help to tell how I can solve this problem?
Beta Was this translation helpful? Give feedback.
All reactions