MySQL rds having rds_superuser_role getting error "Access denied; you need (at least one of) the SUPER or SYSTEM_VARIABLES_ADMIN privilege(s) for this operation"

0

While creating DB instances for MYSQL RDS, I have added username and password. By default, we will have rds_superuser_role but still getting error

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

Kindly help to resolve this

1 Answer
0

It appears that you’re encountering a permissions error despite having the rds_superuser_role. This role in Amazon RDS for MySQL does have some limitations, which may restrict the use of certain privileges typically accessible with a standalone MySQL instance, like SUPER or SYSTEM_VARIABLES_ADMIN.

To resolve this, review the relevant documentation for guidance on managing privileges and understanding specific limitations within RDS environments:

These resources offer insights into the permissions model for RDS MySQL and will help you adjust your setup within the boundaries of AWS’s managed database service. If additional privileges are required, consider using Amazon Aurora MySQL, which provides more extensive privileges for similar use cases.

profile picture
answered 7 months ago
  • Thank you!!, will check it

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions