Home » MYSQL » MySQL Access Control and Security » Question
  1. The statement that is used to check the status of the event scheduler at runtime is _____________.
    1. SHOW VARIABLES LIKE ‘event_scheduler’
    2. SHOW STATUS LIKE ‘event_scheduler’
    3. SHOW VARIABLES OF ‘event_scheduler’
    4. SHOW STATUS OF ‘event_scheduler’
    5. None of these
Correct Option: A

In MySQL, in order to check the status of the event scheduler at runtime, the statement: SHOW VARIABLES LIKE ‘event_scheduler’; is used. The event_scheduler is a system variable.



Your comments will be displayed only after manual approval.