How to create a Super User Account on AWS's RDS Mysql?
Solution 1:
A quote from RDS documentation:
Amazon RDS is a managed service, and it doesn't provide SYS access (SUPER privileges).
So, the answer is that you cannot get SUPER
privileges there.