you need (at least one of) the PROCESS privilege(s) for this operation' when trying to dump tablespaces

2022-08-16 14:43:18 阅读:2 编辑

you need (at least one of) the PROCESS privilege(s) for this operation' when trying to dump tablespaces

解决方案
GRANT PROCESS ON *.* TO 'zhyframe_fzh_fun'@'%';
flush privileges;