Documentation Index
Fetch the complete documentation index at: https://private-7c7dfe99-page-updates.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Introduction
The following are common queries to help grant specific permissions to users.How do I grant the same permissions as the current user to another user?
How do I grant a specific permission to a user based on the grants of the current user?
In the below example,another_user will be able to perform SELECT commands on all of the databases and tables of the current user.
How do I grant a specific permission to a user for a specific database based on the grants of the current user?
In the below example,another_user will be able to perform INSERT commands to all tables in my_database.