摘要:
20个超实用的Crontab使用实例 每天 02:00 执行任务 0 2 * * * /bin/sh backup.sh 每天 5:00和17:00执行任务 0 5,17 * * * /scripts/script.sh 每分钟执行一次任务 通常情况下,我们并没有每分钟都需要执行的脚本(默默的想到了 阅读全文
摘要:
/usr/bin/mysqlbinlog --base64-output=DECODE-ROWS -v /webdata/mysql-bin.000051 >/webdata/mysql-log1.txt 阅读全文