As a part of a migration, I need to export MySQL events from a MySQL 5.6 cluster and import them in a MySQL 5.7 cluster
Is copying the table mysql.event
enough for this or is there any better way to export only events from a MySQL database?
I tried this:
mysqldump -A --no-data --no-create-info --skip-triggers --no-create-db \
--events > just-events.sql
It seems to dump only events.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With