InterviewSolution
Saved Bookmarks
| 1. |
The line that is not used to turn on the event scheduler is _________________(a) event_scheduler = ON(b) eventscheduler = ON(c) event_scheduler_ON(d) events_scheduler_ON |
|
Answer» Correct choice is (a) event_scheduler = ON Easiest 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. |
|