查看并开启mysql的Event

-- 查看event是否开启 
show variables like '%sche%'; 

-- 将事件计划开启 
set global event_scheduler =1; spa

相关文章
相关标签/搜索