RE: regarding cron

2005-03-13 Thread Logan, David (SST - Adelaide)
March 2005 5:00 PM To: mysql@lists.mysql.com Subject: regarding cron hi i have a prgrm which dumps the data extracted from the txt file to database. i want to run it using cron daily.i m using mysql as backend. when i run this program using my shell script it will run and insert data into the

regarding cron

2005-03-13 Thread N. Kavithashree
hi i have a prgrm which dumps the data extracted from the txt file to database. i want to run it using cron daily.i m using mysql as backend. when i run this program using my shell script it will run and insert data into the database. but when i give the same in cron it will not work ? what ma