文档首页/
数据复制服务 DRS/
故障排除/
失败案例/
MySQL->MySQL实时迁移和同步/
增量阶段失败报错,关键词“you need (at least one of) the SUPER privilege(s) for this operation”
更新时间:2024-11-29 GMT+08:00
增量阶段失败报错,关键词“you need (at least one of) the SUPER privilege(s) for this operation”
场景描述
增量迁移期间DRS任务报错,日志提示信息:service INCREMENT failed, cause by: Access denied; you need (at least one of) the SUPER privilege(s) for this operation; sql is: CREATE DEFINER=%s
可能原因
客户选择了保留definer迁移,但是definer又是一个异常的或者不存在的用户。
解决方案
重建任务,配置时选择不迁移definer。
父主题: MySQL->MySQL实时迁移和同步