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

Posted 追忆丶年华

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Warning: Skipping the data of table mysql.event. Specify the --events option explicitly.相关的知识,希望对你有一定的参考价值。

/usr/local/mysql/bin/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参数即可;

/usr/local/mysql/bin/mysqldump -uroot -pxxxxx --events --ignore-table=mysql.events --all-databases > all.sql

以上是关于Warning: Skipping the data of table mysql.event. Specify the --events option explicitly.的主要内容,如果未能解决你的问题,请参考以下文章

安装百度网盘: Skipping conversion of scripts in package baidunetdisk

IDEAWarning:scala: skipping Scala files without a Scala SDK in module(s) systemimport

warning C4819 解决方案 warning C4819: The file contains a character that cannot be represented in the cu

WARNING: The TCP backlog setting of 511.解决

Siebel Error: Unable to create the Business Service '(SBL-DAT-00227)

[转帖]Warning:detected "cgroupfs" as the Docker cgroup driver. The recommended driver is &qu