Backing up Event Scheduler

events, mysql, php

Solution

man mysqldump:

  ·   --events, -E
      Include Event Scheduler events for the dumped databases in the output.

Problem

I had just backed up mysql database but my Event Schedulers are gone. How do I back them up?

Original source