hello, i have a shell script with 6 programs. if i run it directly as : sh first.sh all progrms with get executd and everything works fine.
but if i give this script in crontab using 0 10 * * * /two/three/name.sh Only progs without database connection will get executed . but database tables will be empty . nothing will come to database. i m using mysql database with linux. can anybody help me? why is that so . before i used to run it using crontab only it was working fine. but now it is not working. Kavitha -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]