Documentation Home
MySQL 8.3 Reference Manual
Related Documentation Download this Manual
PDF (US Ltr) - 40.8Mb
PDF (A4) - 40.9Mb
Man Pages (TGZ) - 294.0Kb
Man Pages (Zip) - 409.0Kb
Info (Gzip) - 4.0Mb
Info (Zip) - 4.0Mb
Excerpts from this Manual

MySQL 8.3 Reference Manual  /  ...  /  DROP EVENT Statement

15.1.25 DROP 事件语句

DROP EVENT [IF EXISTS] event_name

该语句删除名为 event_name 的事件。该事件立即停止活动,并从服务器中完全删除。

如果事件不存在,将出现错误 错误 1517 (HY000): 未知事件 'event_name'。您可以使用 IF EXISTS 覆盖该错误,并使语句为不存在的事件生成警告。

该语句需要对所属模式的 EVENT 权限。