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

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

时间:2017-02-08 00:11:15      阅读:182      评论:0      收藏:0      [点我收藏+]

标签:mysql

现象:

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


原因:

这是因为mysqldump默认是不备份事件表的


解决:

加上--events --ignore-table=mysql.events参数即可


本文出自 “Liew” 博客,转载请与作者联系!

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

标签:mysql

原文地址:http://walterliew.blog.51cto.com/11286797/1895847

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