Code: Select all
SHOW FULL PROCESSLIST;What is this process ?
and why is it running.
Code: Select all
event_scheduler | localhost | NULL | Daemon | 14 | Waiting on empty queue Code: Select all
SHOW FULL PROCESSLIST;Code: Select all
event_scheduler | localhost | NULL | Daemon | 14 | Waiting on empty queue Code: Select all
SET @@global.event_scheduler = 0;Code: Select all
event_scheduler = OFF