摘要:
php5 本身并不能实现定时调度mysql 5.1版本以上才新增了Event定时调度由于用的还是mysql5.0,所以只能使用操作系统来实现了。使用crontab -e 打开crontab文件进行编辑,在里面加上*/1 * * * * wget -O /var/log/wget/rc.txt http://w2.hhj.com/dy/mealvote/clean.php这句话的意思是。每分钟执行h... 阅读全文
posted @ 2008-07-03 12:53 nasdaqhe 阅读(238) 评论(0) 推荐(0) 编辑