Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.Original topic: DM同步MYSQL报错 表不存在 xxx table does not exist
【TiDB Environment】tidb: v4.0.11 version dm: 1.0.6 version
【TiDB Version】4.0.11
【Problem Encountered】When DM synchronizes MySQL, it reports an error “xxx table does not exist”, but the table actually exists upstream. Later, I modified the DM configuration file to manually ignore the table, but the error still occurred.
【Reproduction Path】Modified the DM configuration file to manually ignore the table, but the error still occurred.
【Problem Phenomenon and Impact】
The table exists upstream in MySQL, but TiDB reports that it does not exist.
Querying MySQL, the table actually exists
Modified the DM configuration file to manually ignore the table, but the error still occurred.