-- Warning: Skipping the data of table mysql.event. Specify the --events option explicitly.
I supressed the warning by adding --events in the options passed to mysqldump. I had to dig through the code to find the array with the mysqldump options.
Is there a way to add mysqldump options in the myserver.conf file?
Thanks,
Mark
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I get this warning when doing a full backup
I supressed the warning by adding --events in the options passed to mysqldump. I had to dig through the code to find the array with the mysqldump options.
Is there a way to add mysqldump options in the myserver.conf file?
Thanks,
Mark