Showing Granted Permissions
Function
This statement is used to show the permissions granted to a user on a resource.
Syntax
1
|
SHOW GRANT USER user_name ON resource; |
Keywords
USER: The subsequent user_name must be a user.
Precautions
The resource can be a queue, database, table, view, or column. The formats are as follows:
- Queue format: queues.queue_name
- Database format: databases.db_name
- Table format: databases.db_name.tables.table_name
- Column format: databases.db_name.tables.table_name.columns.column_name
- View format: databases.db_name.tables.view_name
Example
Run the following statement to show permissions of user_name1 in the db1 database:
1
|
SHOW GRANT USER user_name1 ON databases.db1; |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot