Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

How to check event scheduler status mysql

1. MySQL, we can enable the event scheduler by following query:
SET GLOBAL event_scheduler = ON;
2. Similarly, to turn off the scheduler:
SET GLOBAL event_scheduler = OFF;
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #How #check #event #scheduler #status #mysql
ADD COMMENT
Topic
Name
8+7 =