PDA

View Full Version : Event Schedular for MySql for version 4.1



anskirupa
July 29th, 2006, 06:27 AM
Hello Friends,

I want to execute a db related activity, in MySQL every day at midnight. I am using MySQL version 4.1.19.
Can anybody help me, how can i manage this

Thanks,
ans

deletedUser2352352
July 29th, 2006, 06:53 AM
i've head cron jobs are good for this bwh i think knows something about this.

bwh2
July 29th, 2006, 09:00 AM
many admin panels (like cPanel) allow you to run cron jobs. so you would just point the cron job in the direction of a php file containing the queries you want to run.

if your host doesn't support it, you can google websites that will run cron jobs for you.