So then Paul DuBois says...
> One way to set the path would be to place your mysqldump command in
> a helper script:
>
> #! /bin/sh
> export PATH=your-path-setting-here
> mysqldump ....
>
> Then invoke the helper script from the crontab, rather than invoking
> mysqldump directly.

You can set the PATH in the crontab itself. Just use something like

PATH=your-path-setting-here
mysqldump ....

in your crontab. See "man 5 crontab".

Groeten,                                        - Jacco

-- 
+-------------------------+ The time is 23:11 on Monday October 6 2003. 
| IRL:  Jacco van Schaik  | Outside it's 13 degrees with a strong breeze 
| mail: [EMAIL PROTECTED] | from the west. Inside, xmms is playing 
| URL:  www.frontier.nl   | "Maybe Angels" by Sheryl Crow.
+-------------------------+ 


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to