Check Migration Task Errors

Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.

Original topic: 检查迁移任务报错

| username: TiDBer_lR6pSWVq

【TiDB Usage Environment】Test Environment
【TiDB Version】6.1
【Problem Encountered】Error when checking migration task: “short_error”: "lack of Select privilege: {INFORMATION_SCHEMA}; "

| username: Ming | Original post link

Check this out, you need to have SELECT privileges on the information_schema.

| username: TiDBer_lR6pSWVq | Original post link

Thank you, it has been resolved.

| username: okenJiang | Original post link

After testing, it was found that this table is a bit special and does not require SELECT permission. It will be modified later. task precheck should not require SELECT privilege on INFORMATION_SCHEMA · Issue #7317 · pingcap/tiflow · GitHub