On Sunday, September 22, 2002, at 01:30 PM, douglas mcdonald wrote: > `mysqldump -umysqluser -pmysqlpassword --flush-logs > --lock-tables --databases dbname > > /library/webserver/data/$date.sql`; [snip] > ------------------------------------------------------------------------ > crontab.err file: > ------------------------------------------------------------------------ > sh: mysqldump: command not found >
Try replacing "mysqldump" with the full path to the program, i.e. whatever "which mysqldump" says from the command line. -Ken
