Is there any way to trigger mysql functions automatic on specific time? on mysql 5.0.91-log
and is there any way to do this on php?
i mean a php page that will set mysql to do something on a specific time?
thank you very much!
Is there any way to trigger mysql functions automatic on specific time? on mysql
Share
You can use a cron job to execute your php at a specific time. Your php would call the mysql stored procedure.