摘要:
1. 新建search.sh脚本,写入以下shell脚本: #!/bin/sh # lazy find # GNU All-Permissive License # Copying and distribution of this file, with or without modification 阅读全文
摘要:
首先在创建定时任务之前要开启event_scheduler,具体如下: SET GLOBAL event_scheduler = 1; 查看是否开启成功: SHOW VARIABLES LIKE 'event_scheduler'; 然后自己先用下面的小例子测试一下,看是不是真的可以: CREATE 阅读全文