D/MySQL

MySQL의 권한 종류

yeon.Biju 2020. 2. 6. 16:47

Privileges Provided by MySQL
1) Administrative privileges
2) Database Privileges
3) Privileges for database object such as tables, indexes, view, stored routines


static Privileges 와 dynamic Privileges 로도 나뉘어진다.

 

라고 한다.

 

 

자세한 내용은 아래에.

 

https://dev.mysql.com/doc/refman/8.0/en/privileges-provided.html

 

MySQL :: MySQL 8.0 Reference Manual :: 6.2.2 Privileges Provided by MySQL

MySQL 8.0 Reference Manual  /  ...  /  Security  /  Access Control and Account Management  /  Privileges Provided by MySQL 6.2.2 Privileges Provided by MySQL The privileges granted to a MySQL account determine which operations the account can perform. MySQ

dev.mysql.com