Warning: Skipping the data of table mysql.event. Specify the --events option explicitly

mysql全量导出时碰到如下告警:

    Warning: Skipping the data of table mysql.event. Specify the --events option explicitly


原因分析:

    由于mysql在全量导出时不导出event事件表,故需要在全量导出时忽略事件表


解决办法:

    mysqldump -A --events ignore-tables=mysql.events -uuser -ptest > test.bak

本文出自 “webseven” 博客,请务必保留此出处http://webseven.blog.51cto.com/4388012/1629715

文章来自:http://webseven.blog.51cto.com/4388012/1629715
© 2021 jiaocheng.bubufx.com  联系我们
ICP备案:鲁ICP备09046678号-3