InterviewSolution
Saved Bookmarks
| 1. |
The value of event_scheduler that enables checking status but not changing it at runtime is ______________(a) ON(b) OFF(c) DISABLED(d) ENABLED |
|
Answer» Correct option is (c) DISABLED For explanation I would say: 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. |
|