时间:2021-07-01 10:21:17 帮助过:3人阅读
-- 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