InterviewSolution
Saved Bookmarks
| 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_ON |
|
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. |
|