mysql查看存储过程:
show procedure status;
删除存储过程DROP PROCEDURE [ IF EXISTS ] <过程名>
事件查看
SHOW EVENTS;
删除事件
DROP EVENT [IF EXISTS] event_name;