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
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