PDA

View Full Version : cron jobs in mysql



francis
10-16-2009, 11:02 PM
Hi

I am not familiar with cron jobs.I want to update my database daily at 12 am

how can i achieve this by using cron jobs..anybody send me a reply..

Thanks in advance

felgall
10-17-2009, 03:12 AM
Hi

I am not familiar with cron jobs.I want to update my database daily at 12 am

how can i achieve this by using cron jobs

cron is basically just a scheduling system so the first thing you need is a script that does the update to the database. Once you have that you then set up a cron entry telling it when to run the job.

francis
10-17-2009, 08:44 AM
Thanks for ur reply..