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)

Updated on: 22-Jun-2020

226 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements