Sunless Posted April 4, 2021 Share Posted April 4, 2021 Hello, all! Are there MySQL background workers? Thank you. Quote Link to comment Share on other sites More sharing options...
gizmola Posted April 6, 2021 Share Posted April 6, 2021 Yes there is, it's called the "global even scheduler". Given the inherent limitations of a scheduler that runs within the rdbms, I haven't found it to be a highly used feature. It also has to be turned on by a user with root level access, I believe. You create events using a CREATE EVENT statement. They can be scheduled to run once, or to be recurring at a certain interval. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.