Home » MYSQL » MySQL Events » Question
  1. Which of the following lines is used to turn on the event scheduler?
    1. event_scheduler_ON
    2. events_scheduler_ON
    3. eventscheduler = ON
    4. event_scheduler = ON
    5. None of these
Correct Option: D

The line ‘event_scheduler = ON’ is put in the option file that the server reads. The event scheduler does not run by default. It must be turned on if events are to used in the database.



Your comments will be displayed only after manual approval.