Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.
Original topic: 使用tidbcdc时,tidbcdc 服务报找不到库
[Test Environment for TiDB]
[TiDB Version]
[Reproduction Path] Encountered error logs while running the tidbcdc service
[Problem Encountered: Symptoms and Impact]
[Resource Configuration] The cluster was set up using tiup playground. Then, the tidbcdc binary file was started. Now syncing to MySQL, an error occurred.
[Attachments: Screenshots/Logs/Monitoring]
Check the status of TiDB. What is it?
How are ticdc and changefeed configured?
It might be an issue with the configuration file or the cluster.
At least install a formal cluster, playground is just a super condensed experience version.
This should be normal logs. The downstream is a MySQL-like database, and it will check if it is TiDB. This error should not affect synchronization, right?
I see, it’s because the library link is wrong.
Don’t use the playground for overly complex things; it’s best to have a test environment.