Home  >  Article  >  Database  >  How to permanently delete existing MySQL events?

How to permanently delete existing MySQL events?

WBOY
WBOYforward
2023-09-13 14:57:02820browse

如何永久删除现有的 MySQL 事件?

#We need to use the DROP statement to permanently delete existing MySQL events. To illustrate this, we will delete the event named testing_event as shown below -

Example

mysql> DROP EVENT testing_event;
Query OK, 0 rows affected (0.00 sec)

The above is the detailed content of How to permanently delete existing MySQL events?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:tutorialspoint.com. If there is any infringement, please contact admin@php.cn delete