Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有什么方法可以在特定时间自动触发 mysql 功能?在 mysql 5.0.91-log 上,有没有办法在 php 上做到这一点?我的意思是一个php页面,它将设置mysql在特定时间做某事?非常感谢!
您可以使用 cron 作业在特定时间执行您的 php。您的 php 将调用 mysql 存储过程。