Provisioned MySQL Sever on Azure.
While provisioning created Server Admin Login Ex: mySqlAdmin
Now we are trying to start creating Roles and assigning Users to Roles.
Logged into SQL Work Bench with Admin Account ( mySqlAdmin ), which was created when provisioning MySQL Sever on Azure.
My Queries for Creating User / Role and assigning Role to User.
Its failing on Line 5 though the current user is Admin and got below privileges. (Result from line 1)
Error while assigning role to user (Line 5)
How can I assign Super Privileges to mySqlAdmin account.
I cannot see any options on Azure MySQL