您的位置:首页 > 数据库 > SQL

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

2017-02-07 20:24 471 查看
现象:
-- Warning: Skipping the data of table mysql.event. Specify the --events option explicitly.

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

解决:
加上--events --ignore-table=mysql.events参数即可
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  MySQL