MySQL Has Four Privileged levels as follows
GLOBAL : Access to all databases in MySQL Environment
DATABASE : Access to all objects in 1 DATABASE
Table name
Field1
Field2
Field3
Field4
Field5
TABLE : Access to all data in 1 Table
COLUMN : Access to all data in 1 Field