SHOW GRANTS
This statement is used to view user permissions.
grammar:
SHOW [ALL] GRANTS [FOR user_identity];
illustrate:
View all user permission information
SHOW ALL GRANTS;
View the permissions of the specified user
SHOW GRANTS FOR jack@'%';
View the permissions of the current user
SHOW GRANTS;
SHOW, GRANTS