1.

Which of the following lines is used to turn on the event scheduler?(a) event_scheduler = ON(b) eventscheduler = ON(c) event_scheduler_ON(d) events_scheduler_ONThis question was posed to me in a job interview.This intriguing question originated from Events in division Stored Programs of MySQL

Answer»

Correct option is (a) event_scheduler = ON

Explanation: 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.



Discussion

No Comment Found

Related InterviewSolutions