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

时间:2015-04-07 19:57:53   收藏:0   阅读:3740

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

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!