How to get all user privileges
I need to create a user in development identical to usr1 in production. how can I retrieve the list of all privileges assigned to this user to ensure that all those privileges will be granted to usr1 in development? Is there an easy way to do that?
0