Computer >> Computer tutorials >  >> Programming >> MySQL

How can we delete an existing MySQL event permanently?


We need to use the DROP statement to delete an existing MySQL event permanently. To illustrate it we are deleting the event named testing_event as follows −

Example

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