on 10/20/05 4:01 AM, Rich at [EMAIL PROTECTED] wrote:

> Hi folks.
> 
> Since I installed MySQL Administrator on OS X and tried to put a schedule in
> for a backup, the thing simply won't go away.  It sends an email into my
> mail app in the terminal on a daily basis and it's driving me
> mad...slowly...bit by bit.
> 
> Can someone suggest how I get rid of these emails, as the cron was deleted
> weeks ago, and I took out the entry in a crontab I found, but it still
> ...persists...over...and...over.
> 
> I appreciate any advice.

Just cause you deleted the crontab, does not mean it stops:
crontab -l
That lists the current cron jobs
crontab the_cron_file_name
Will reload the one you have changed.

Of course, you could just send the alerts to nowwhere with something like >
/dev/null
-- 
-------------------------------------------------------------
Scott Haneda                                Tel: 415.898.2602
<http://www.newgeo.com>                     Novato, CA U.S.A.



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

Reply via email to