Difference between revisions of "GRANT"

From wikieduonline
Jump to navigation Jump to search
Line 3: Line 3:
 
Example:  
 
Example:  
 
* <code>[[GRANT ALL PRIVILEGES]] ON DATABASE YOUR_DB_NAME TO YOUR_USERNAME;</code>
 
* <code>[[GRANT ALL PRIVILEGES]] ON DATABASE YOUR_DB_NAME TO YOUR_USERNAME;</code>
 +
 +
* <code>[[GRANT USAGE]]</code>
  
 
  GRANT your_defined_role TO your_username;
 
  GRANT your_defined_role TO your_username;

Revision as of 08:39, 7 December 2021

Example:

GRANT your_defined_role TO your_username;
GRANT ROLE
SELECT * FROM your_table_name;
ERROR: permission denied for table your_table_name
GRANT SELECT ON mytable TO xxx
  • List roles: \du

Related terms

See also

  • https://dba.stackexchange.com/a/184339
  • Advertising: