InterviewSolution
Saved Bookmarks
| 1. |
The statement that is used to check the status of the event scheduler at runtime is _____________(a) SHOW STATUS OF ‘event_scheduler’(b) SHOW VARIABLES OF ‘event_scheduler’(c) SHOW STATUS LIKE ‘event_scheduler’(d) SHOW VARIABLES LIKE ‘event_scheduler’I got this question during an online exam.The question is from External Security: Preventing Unauthorized Network Access topic in division Access Control and Security of MySQL |
|
Answer» Right choice is (d) SHOW VARIABLES LIKE ‘event_scheduler’ |
|