码迷,mamicode.com
首页 > 数据库 > 详细

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

时间:2014-10-09 14:33:03      阅读:298      评论:0      收藏:0      [点我收藏+]

标签:http   io   ar   数据   sp   on   数据库   sql   as   

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

mysqldump -uroot -pxxxxx --all-databases > all.sql
mysql用mysqldump导出数据库时提示“-- Warning: Skipping the data of table mysql.event. Specify the --events option explicitly.”

因为mysqldump默认是不备份事件表的,只有加了--events 才会解决加上--events --ignore-table=mysql.events参数即可:

mysqldump -uroot -pxxxxx --events --ignore-table=mysql.events --all-databases > all.sql

参考URL

http://bugs.mysql.com

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

标签:http   io   ar   数据   sp   on   数据库   sql   as   

原文地址:http://www.cnblogs.com/chromebook/p/4012867.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!