【数据迁移】采用myloader导入sql时报错了

【 使用环境 】 测试环境
【 OB or 其他组件 】mydumper or myloader
【 使用版本 】4.3.1
【问题描述】采用mydumper 导出的数据,然后采用myloader导入,导入时报如下错误
Character set ‘63’ is not a compiled character set and is not specified in the ‘/usr/share/mysql-8.4/charsets/Index.xml’ file

** (myloader:118): WARNING **: 17:55:39.854: Connection 3221553163 - ERROR 4012: Timeout, query has reached the maximum query timeout: 100000000(us), maybe you can adjust the session variable ob_query_timeout or query_timeout hint, and try again.

我延长了 ob_query_timeout 从 7000000 到 100000000。
还是报错了。

可以在设置大一些再看看。如果还是查询失败。可以提供下完整日志和sql语句

您好,Character set ‘63’ is not a compiled character set and is not specified in the ‘/usr/share/mysql-8.4/charsets/Index.xml’ file这个有影响吗?导入的时候