Kizspy | Question: 1 (Choose 1 answer)
In MySQL, global privileges apply to all databases and are stored in the mysql.user table. Global privileges should be avoided when possible, as one mistake can cause a great security breach on the database.To grant global privileges:
A. GRANT privilege_list ON *.*
B. GRANT privilege_list OFF *.*
C. GRANT authentication list ON *.*
D. GRANT authentication_list OFF *.*