在AWS RDS操作MySQL数据库。运行一些SET GLOBAL命令,例如:
SET GLOBAL group_concat_max_len = 10240
但是当运行此命令时出现错误:
SET GLOBAL group_concat_max_len = 10240
[Err] #1227 - Access denied; you need (at least one of) the SUPER privilege(s) for this operation
在AWS RDS操作MySQL数据库。运行一些SET GLOBAL命令,例如:
SET GLOBAL group_concat_max_len = 10240
但是当运行此命令时出现错误:
SET GLOBAL group_concat_max_len = 10240
[Err] #1227 - Access denied; you need (at least one of) the SUPER privilege(s) for this operation