解决mysqldump 错误– Warning: Skipping the data of table mysql.event. Specify the –events option

解决mysqldump 错误– Warning: Skipping the data of table mysql.event. Specify the –events option

mysqldump 备份–all-databases的时候报错:

— Warning: Skipping the data of table mysql.event. Specify the –events option

 

解决办法:备份参数中加上:–events –ignore-table=mysql.events

例如mysqldump -uroot -p密码–events –ignore-table=mysql.events –all-databases > alldata.sql