我正在使用Amazon RDS for mysql db.我想运行一些SET命令,例如:
SET GLOBAL group_concat_max_len =18446744073709551615
Run Code Online (Sandbox Code Playgroud)
但是当我运行此命令时,我收到此错误
ERROR 1227 (42000): Access denied; you need (at least one of) the SUPER privilege(s) for this operation
Run Code Online (Sandbox Code Playgroud)
当我尝试添加权限时,它不允许我添加.任何帮助或输入?