0

I have tried in my /etc/my.cnf file:

event-scheduler = ON 

using MYSQL 5.5. I have turned service off/on, but no global variable EVENT_SCHEDULER = ON

1 Answer 1

3

In the [mysqld] section of the my.cnf, add this:

event_scheduler=ON

That should enable it for future start ups.

For your current MySQL session you can enable it by doing this:

SET GLOBAL event_scheduler = 1;
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.