(Choose 1 answer)
ΠΑ
☐ B
☐ C
☐ D
- FUO
the exam.
In MySQL, database privileges apply to all objects of a specific database. These are stored in the mysql.db and
mysql.host tables.
To grant database privileges to all users for all tables on a specific database:
A. GRANT ALL in db_name.*
B. GRANT ALL of db_name.*
C. GRANT ALL under db_name.*
D. GRANT ALL on db_name.*