RE: scheduling tasks within MySQL

2002-01-10 Thread Thibaut Allender
Original Message- >From: Paul DuBois [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, January 09, 2002 7:33 PM >To: Jeffrey Lomas; [EMAIL PROTECTED] >Subject: Re: scheduling tasks within MySQL > >At 15:16 -0500 1/9/02, Jeffrey Lomas wrote: > >I'm fairly new to mysql.

RE: scheduling tasks within MySQL

2002-01-10 Thread Ron Stagg
I am not familiar with cron. Could you expound? Is it Unix or Windows based? Where can I get it? Thanks, Ron -Original Message- From: Paul DuBois [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 09, 2002 7:33 PM To: Jeffrey Lomas; [EMAIL PROTECTED] Subject: Re: scheduling tasks

Re: scheduling tasks within MySQL

2002-01-09 Thread Paul DuBois
At 15:16 -0500 1/9/02, Jeffrey Lomas wrote: >I'm fairly new to mysql. I have need for certain actions to occur >within a database at a certain time every month. What is the best >way to go about doing this? Is there a way to schedule these >actions from within mysql? No. Use cron to schedu

scheduling tasks within MySQL

2002-01-09 Thread Jeffrey Lomas
I'm fairly new to mysql. I have need for certain actions to occur within a database at a certain time every month. What is the best way to go about doing this? Is there a way to schedule these actions from within mysql? Thanks jeff -