Home » MYSQL » MySQL Events » Question
  1. To create or drop events for a database, which privilege should be granted?
    1. DROP
    2. PRIVILEGE
    3. EVENT
    4. CREATE
    5. None of these
Correct Option: C

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.



Your comments will be displayed only after manual approval.