To create or drop events for a database, which privilege should be granted?
(a) CREATE
(b) DROP
(c) PRIVILEGE
(d) EVENT
(a) CREATE
(b) DROP
(c) PRIVILEGE
(d) EVENT
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Right choice is (d) EVENT
The best explanation: In MySQL, all events belong to some database, so the EVENT privilege must be granted for that database in order to both create or drop the events for it. An event is a stored program.