更新MySQL后,我开始收到烦人的警告
Warning: Skipping the data of table mysql.event. Specify the --events option explicitly
Run Code Online (Sandbox Code Playgroud)
我怎么摆脱这些?
小智 26
如果您未使用预定事件,则可以通过添加忽略此消息
--events --ignore-table=mysql.event
Run Code Online (Sandbox Code Playgroud)
到您的命令行
您可以在http://www.linuxbrigade.com/warning-skipping-data-table-mysql-event/找到更多详细信息 .
有关MySQL事件调度程序的更多信息,请访问 http://dev.mysql.com/doc/refman/5.1/en/events.html