Home » MYSQL » MySQL Events » Question
  1. Which value of event_scheduler enables checking status but not changing it at runtime?
    1. ENABLED
    2. DISABLED
    3. ON
    4. OFF
    5. None of these
Correct Option: B

In MySQL, if the event_scheduler is set to ‘DISABLED’ at startup, its status cannot be changed but can be checked at runtime. The events can be created but they will not execute.



Your comments will be displayed only after manual approval.