【问题澄清】
- 备份用户权限:SELECT
- 通过 mydumper 工具将上游 rds 导入 tidb 报错:
Couldn’t acquire LOCK TABLES FOR BACKUP, snapshots will not be consistent: Access denied; you need (at least one of) the SUPER privilege(s) for this operation。
【解决方案】
- Mydumper 操作对象为 RDS 时,可以添加
--no-locks
参数,避免申请reload
权限。可以通过以下命令详细了解该参数:
./tidb-enterprise-tools-nightly-linux-amd64/bin/mydumper --help|grep no-locks