【问题】Dumpling Error 3159

为提高效率,请提供以下信息,问题描述清晰能够更快得到解决:
【 TiDB 使用环境】
1.8.2 tiup
Go Version: go1.17.5
Git Ref: v1.8.2

【概述】 导表

【备份和数据迁移策略逻辑】

【背景】 做过哪些操作
dumpling -d --no-data
有上万张表需要从微软云的MySQL服务器导表

【现象】 业务和数据库现象

【问题】 当前遇到的问题
Error 3159: Connections using insecure transport are prohibited while --require_secure_transport=ON.

【业务影响】

【TiDB 版本】

【附件】

mysql中配置了SSL吗

考虑新建个只读用户,把SSL关了

现在加了–ca ./d.pem
但是报错:
create dumper failed: open : no such file or directory

看来是这个情况了
Before MySQL 5.7.3, the client must specify either the --ssl-ca option, or all three of the --ssl-ca, --ssl-key, and --ssl-cert options.

此话题已在最后回复的 1 分钟后被自动关闭。不再允许新回复。