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)
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 −
mysql> DROP EVENT testing_event; Query OK, 0 rows affected (0.00 sec)