sudo nano /etc/mysql/mysql.conf.d/mysqld.cnf
Add this line at the end of the file:
event_scheduler=ON
Than reboot and check if daemon is started after reboot:
Log into mysql bash:
mysql -u -p
Than run the command:
SHOW PROCESSLIST;
Now you should see the event scheduler daemon in the list