duanqianpu6499 2019-04-14 12:20
浏览 70
已采纳

如何在PHP中安排MySQL数据库的定期更新? [重复]

I have a website which stores and shows some data. This data is stored in a MySQL database. I basically have two different PHP scripts:

-One that collects and inserts/updates the data into the database.
-Other that shows the data for the users that visit the website.

I want to automatize the first script so it can collect and update the database data in intervals of time, for example each hour.

I haven't find any solution yet so what I do is executing that first script by myself typing in the url bar: wwww.mywebsite.es/folder/updatedata.php

I can't figure out a solution where the script isn't executed by an user.

Thanks.

</div>
  • 写回答

1条回答 默认 最新

  • dpb35161 2019-04-14 12:28
    关注

    You need to setup a cron job :

    cron is a Linux utility which schedules a command or script on your server to run automatically at a specified time and date.

    A cron job is the scheduled task itself. Cron jobs can be very useful to automate repetitive tasks.

    http://man7.org/linux/man-pages/man5/crontab.5.html

    See this question : How to create cron job using PHP?

    There are some alternative to the classic cron :

    • fcron : Fcron is a periodical command scheduler which aims at replacing Vixie Cron and that makes no assumptions on whether your system is running all the time or regularly, it does not need your system to be up 7 days a week, 24 hours a day.
    • jobber : Utility for Unix-like systems that can run arbitrary commands, or “jobs”, according to a schedule. It is meant to be a better alternative to the classic Unix utility cron.
    • chronos : A fault tolerant job scheduler for Apache Mesos which handles dependencies and ISO8601 based schedules.
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 关于#matlab#的问题:在模糊控制器中选出线路信息,在simulink中根据线路信息生成速度时间目标曲线(初速度为20m/s,15秒后减为0的速度时间图像)我想问线路信息是什么
  • ¥15 banner广告展示设置多少时间不怎么会消耗用户价值
  • ¥16 mybatis的代理对象无法通过@Autowired装填
  • ¥15 可见光定位matlab仿真
  • ¥15 arduino 四自由度机械臂
  • ¥15 wordpress 产品图片 GIF 没法显示
  • ¥15 求三国群英传pl国战时间的修改方法
  • ¥15 matlab代码代写,需写出详细代码,代价私
  • ¥15 ROS系统搭建请教(跨境电商用途)
  • ¥15 AIC3204的示例代码有吗,想用AIC3204测量血氧,找不到相关的代码。