I have a mysql database, running on AWS Aurora.I keep the master user,also created another admin user.
Now I want to grant another guys to manage or use this db. The new accounts should be very powerful,r/w in the db,even create new users and grant user permissions.
All I need is all other accounts can’t modify mine, the master and admin user.
Is it possible?
If necessary we may have to reduce the permissions of onter users.
1