I have a new MySQL setup in Amazon RDS. Created the "Master User" when launching the instance. Able to connect without issue. Then noticed that user was not a DBA. When trying to fix this in MySQL Workbench the following error appears;
Error changing account MyDBA@%%: Access denied for user 'MyDBA'@'%%' (using password: YES)
How do I fix this? Is in Amazon RDS someplace? In Workbench? New to MySQL so sorry for the simple question but I cannot find an answer.
edit: Just to be clear MyDBA is the master user created in RDS when the instance created, so I have no other account to log in as