Re: [PHP-DB] JOBS in mysql

2001-11-07 Thread Jon Farmer
Write a commandline php script to do the job you want and then add the following to your crontab assuming you are on unix of course */10 * * * * /path/to/script Regards jon -- Jon Farmer Systems Programmer, Entanet www.enta.net Tel 01952 428969 Mob 07763 620378 PGP Key available, send blank em

[PHP-DB] JOBS in mysql

2001-11-07 Thread Harpreet
I have run JOBs in sql server and was wondering if we have ne thign similar in mysql or use PHP to write a script that would automatically run every 10 minutes. Help is apppreciated. Regards, Harpreet Kaur Software Developer Crispin Corporations Inc. -- PHP Database Mailing List (http://www

[PHP-DB] Re: JOBS in mysql

2001-11-07 Thread Bill Adams
Harpreet wrote: > I have run JOBs in sql server and was wondering if we have ne thign similar > in mysql or use PHP to write a script that would automatically run every 10 > minutes. Unix has cron: 'man crontab' I think Win2k has it included. Otherwise you will have to get an add-on service.

[PHP-DB] RE: JOBS in mysql

2001-11-07 Thread [EMAIL PROTECTED]
Why not just use cron? Original Message: - From: Harpreet [EMAIL PROTECTED] Date: Wed, 07 Nov 2001 11:15:50 -0500 To: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: JOBS in mysql I have run JOBs in sql server and was wondering if we have ne thign similar in mysql or use PHP to wr

[PHP-DB] Re: AW: JOBS in mysql

2001-11-07 Thread Paul DuBois
At 5:31 PM -0600 11/7/01, Paul DuBois wrote: >At 12:23 AM +0100 11/8/01, Christian Sage wrote: >>Your best bet is probably to hunt around for a freeware utility. There's >>bound to be something somewhere on the net. > >For Windows, a free version of cron is available at: > > http://members.nbc

[PHP-DB] AW: JOBS in mysql

2001-11-07 Thread Christian Sage
Hi, > Harpreet wrote: > > > I have run JOBs in sql server and was wondering if we have ne thign similar > > in mysql or use PHP to write a script that would automatically run every 10 > > minutes. > > Unix has cron: 'man crontab' > > I think Win2k has it included. Otherwise you will have to get

[PHP-DB] Re: AW: JOBS in mysql

2001-11-07 Thread Paul DuBois
At 12:23 AM +0100 11/8/01, Christian Sage wrote: >Hi, > >> Harpreet wrote: >> >> > I have run JOBs in sql server and was wondering if we have ne thign >similar >> > in mysql or use PHP to write a script that would automatically run >every 10 >> > minutes. >> >> Unix has cron: 'man crontab' >>

[PHP-DB] RE: JOBS in mysql

2001-11-07 Thread Bill Blowitz
would be much easier to answer this question if we knew what OS is running MYSQL. I use linux and use cron for most MYSQL stuff. My pc is NT and for that I use AT. for win2k Professional, I believe there is a graphical version of AT. bill -Original Message- From: Christian Sage [mailto:[E