Permissions on database objects can be granted on the Object Permissions tab of the Security Manager window. To open it, select Security Manager on the Database menu. To give a user some privileges on a database object, perform the following actions.
The grid below the Object Permissions tab of the Security Manager contains the current privileges of the user (account). You can revoke a selected privilege by double-clicking it, clicking Revoke Selected Privilege from their shortcut menu, by pressing CTRL+DELETE keys, or by clicking the button next to the list.
To revoke all assigned privileges, select Revoke All Privileges from their shortcut menu, or click the button near the list.
Available privileges for different database objects are listed at the table below:
Database objects | Privileges |
---|---|
Databases | Select, Insert, Update, Delete, Alter, Alter Routine, Create, Create Routine, Create Temporary Tables, Create View, Drop, Event, Execute, Grant Option, Index, Lock Tables, References, Show View, Trigger |
Tables | Select, Insert, Update, Delete, Create, Drop, Grant Option, References, Index, Alter, Create View, Show View, Trigger |
Columns | Select, Insert, Update, References |
Stored procedures and functions | Alter Routine, Execute, Grant Option |