Home > Database > Mysql Tutorial > body text

How to permanently delete existing MySQL events?

WBOY
Release: 2023-09-13 14:57:02
forward
819 people have browsed it

如何永久删除现有的 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)
Copy after login

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!

source:tutorialspoint.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template