MySQL Events
I have a server with existing events.
I know how to list them, but I don't know what they do.
is there a way to see the event script of existing events?
Either in cli
or in the Workbench
.
Use MySQL's show create event statement to see the create event
statement including its body containing the event code.