使用到 xtrabackup 命令备份的时候,出现错误! Access denied; you need (at least one of) the BACKUP_ADMIN privilege(s) for this operation

使用到 xtrabackup 命令备份的时候,出现错误!

Access denied; you need (at least one of) the BACKUP_ADMIN privilege(s) for this operation

解决方案:

授权予BACKUP_ADMIN 权限.

grant BACKUP_ADMIN on *.* to 'root'@'%';
FLUSH PRIVILEGES;

  

posted @ 2025-02-05 17:18  人生苦短,知足常乐!  阅读(124)  评论(0)    收藏  举报