Database---Authorization: Grant && revoke

Source: Internet
Author: User

The database administrator can grant users permission to manipulate data

Grank: Granting Permissions

Grank < permissions >[,< permissions ...]

on< Object Type >< Object name >[,< Object type >< object name ...]

To < users >[,< users;]

[with Grank OPTION]; -----A user who has access to some kind of permission can grant this permission to another user

For example:

Grank SELECT

On TABLE Student

to U1;

Grank all privileges-------All permissions

On TABLE Student,course

to U2,U3;

REVOKE: Reclaim permissions that have been granted

REVOKE < permissions >[,< permissions ...]

On < object type >< object name >[,< Object type >< object name; ...]

From < users >[,< users;] ... [cascade| RESTRICT];

Database---Authorization: Grant && revoke

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.