When you create an AWS RDS MySQL instance, RDS creates a root user rdsadmin. I am curious to know what permissions this user has. But when I try SHOW GRANTS for 'rdsadmin'@'%';, I get the message:
ERROR 1141 (42000): There is no such grant defined for user 'rdsadmin' on host '%'
Is there an alternative command that I can use to see all of rdsadmin's permissions/privileges?