I run a few CRON jobs to back up mySQL databases - nothing too intense... but I now need to run one which has to update over 19,000 records in a table... this will be run once every week - If I run the script in a browser window it causes a time out as it takes so long to process..... would this happen in a CRON situation??
the only way I could get this to work in the browser was to do 500 records at a time and get it to page through the process.....
thanks for any info 🙂