MySQL provides us with the ability to create scheduled events – tasks that run according to a specified schedule. Scheduled events allow for the ability to add comments within the event. We can do this with the COMMENT
clause.
We can include the comment when creating the event, or we can add one to an existing event.
Continue reading