Re: mysql task scheduler

2002-03-04 Thread Curt
man crontab http://www.perl.com Varsha Gaware wrote: >Hi !! > >Can I schedule a task in mysql ? I want to perform some operation on >database after a specific period of time. Is it possible ? > >Please, tell me the link, from where do I get the information about the >same.. > >Waiting for your

Re: mysql task scheduler

2002-03-02 Thread John Dean
Hi Rekall from http://www.theKompany.com includes a task scheduler At 09:27 02/03/2002 +0100, Georg Richter wrote: >On Saturday, 2. March 2002 09:11, Varsha Gaware wrote: > > > Can I schedule a task in mysql ? I want to perform some operation on > > database after a specific period of time. Is it

Re: mysql task scheduler

2002-03-02 Thread Georg Richter
On Saturday, 2. March 2002 09:11, Varsha Gaware wrote: > Can I schedule a task in mysql ? I want to perform some operation on > database after a specific period of time. Is it possible ? Hi, MySQL currently has no task schedulers. But you can use "cron" (*nix) or "at" (windows) commands to sta

mysql task scheduler

2002-03-01 Thread Varsha Gaware
Hi !! Can I schedule a task in mysql ? I want to perform some operation on database after a specific period of time. Is it possible ? Please, tell me the link, from where do I get the information about the same.. Waiting for your quick response, Thank you, Varsha. ---