I just want to know if, when I create a backup (dump.sql
) of my MySQL db, it will contains also events that I create and that perform changes in my db for example every day. The events will be stored in the database information_schema so I'm not sure that with the backup of my db I save also the events...
Thanks in advance.
dump.sql contanins also events
6.4k Views Asked by Martina At
3
It can, but only if you include the
--events
option.Or, in MySQL Administrator: