標籤:style blog http io 2014 ar line sql
Role:
1.DBA
2.MaintenanceAdmin
3.ProcessAdmin
4.UserAdmin
5.SecurityAdmin
6.MonitorAdmin
7.DBManager
8.ReplicationAdmin
9.BackupAdmin
10.Custom,這個其實不算系統role吧,自訂的,可以組合Global Privileges
Global Privileges:
1.Alter
2.Alter Routine
3.Create
4.Create Routine
5.Create Tablespace
6.Create Temporary Tables
7.Create User
8.Create View
9.Delete
10.Drop
11.Event
12.Execute
13.File
14.Grant Option
15.Index
16.Insert
17.Lock Tables
18.Process
19.References
20.Reload
21.Replication Client
22.Replication Slave
23.Select
24.Show Databases
25.Show View
26.Shutdown
27.Super
28.Trigger
29.Update
真是多吧,還有Role預設對應的Global Privileges
其實沒必要記(自己感覺沒必要記),關於Global Privileges還知道個Super,因為這幾天一直搞這個;其他的Role,今天第一次知道MySQL裡還有Role。
你安裝了MySQL和Workbench後,可以在Workbench的Users and Privileges看到,Role和Global Privileges預設對應關係,下面直接上兩張圖
還有Roles之間的內含項目關聯性等等,我就剛剛時選中DBA Role才發現的 。
Roles and Global Privileges全在這了(我猜的),之所以前文列出來,就是為了裝X。