首页 >
数据库 >
mysql
Warning: Skipping the data of table mysql.event. Specify the ...
时间:2017-04-24 13:49:15 点击: 来源: 作者:
-- Warning: Skipping the data of table mysql.event. Specify the --events option explicitly.
mysqldump -uroot -pxxxxx --all-databases > all.sql
mysql用mysqldump导出数据库时提示 “-- Warnin ...
-- 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
”您可通过以下微信二维码,赞赏作者“