programming-examples/sql/UserManagement/10. How to check permissions granted to a specific user.sql

5 lines
89 B
MySQL
Raw Normal View History

2019-11-18 14:05:53 +01:00
/*10. How to check permissions granted to a specific user.
*/
show grants for amit;