{"tool":"show","tool_display":"Show","intent":"show-user-authorities","intent_display":"show user authorities","title":"Show Command: show user authorities","command_string":"show grants for <username>;","raw_command_string":"show grants for {{username}};","description":"Exact CLI syntax to show user authorities using Show.","usage_scenario":"Auditing user permissions before making system changes.","scenario_context":"Auditing user permissions before making system changes.","simulated_output":"GRANT SELECT ON database.table TO 'username';\nGRANT INSERT ON database.table TO 'username';\nGRANT UPDATE ON database.table TO 'username';","how_to_steps":["Replace {{username}} with the actual username.","Run the command 'show grants for {{username}};'.","Review the output for user privileges."],"canonical_url":"https://www.syntaxstandard.com/show/show-user-authorities"}