[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

[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: 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.