Please enable JavaScript.
Coggle requires JavaScript to display documents.
Database Security - Coggle Diagram
Database Security
-
Security Statement
Create User
-
-
The user_account in the format 'username''hostname'
If you omit the hostname part of the user account, MySQL will allow the user to connect from any host.
-
Create Role(DROP)
-
-
When a role is created, the DBMS grants the role to either the current ROLES- user/role
-
-
Access control
Discretionary
users
-
can be given the ability to read, update, insert, delete
-
-
-
-
-
-
-
-
-
-