Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法获得事件的间隔?我正在修改具有不同间隔的事件,但我还有其他查询取决于知道事件触发前的时间。
为了不必更改每个查询和操作,有没有办法找出特定事件的间隔及其当前持续时间或开始时间?
当我说事件时,我的意思是事件调度程序事件中的事件。
CREATE EVENT event_Update ON SCHEDULE EVERY 2 MINUTE DO BEGIN ... END
尝试从表中获取事件详细信息mysql.event:
mysql.event
select * from mysql.event