Re: OSX Mysqladmin and Cron

2002-04-24 Thread Dion Wickander
ipt where environment variables are set. > > -Don > > -Original Message- > From: Dion Wickander [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, April 24, 2002 2:50 PM > To: MySQL Help > Subject: OSX Mysqladmin and Cron > > > I set up a script to rota

Re: OSX Mysqladmin and Cron

2002-04-24 Thread Gerald Clark
Don't put quotes around your password. Dion Wickander wrote: >I set up a script to rotate my logs for mysql and cron fires it off >perfectly the logs are rotated but when the shell script gets to the last >line which is... > >mysqladmin -u usernam -p"Password" flush-logs > >it will not execute i

RE: OSX Mysqladmin and Cron

2002-04-24 Thread Don Vu
]] Sent: Wednesday, April 24, 2002 2:50 PM To: MySQL Help Subject: OSX Mysqladmin and Cron I set up a script to rotate my logs for mysql and cron fires it off perfectly the logs are rotated but when the shell script gets to the last line which is... mysqladmin -u usernam -p"Password" flus

OSX Mysqladmin and Cron

2002-04-24 Thread Dion Wickander
I set up a script to rotate my logs for mysql and cron fires it off perfectly the logs are rotated but when the shell script gets to the last line which is... mysqladmin -u usernam -p"Password" flush-logs it will not execute it - my file that logs the execution of the cron script says it doesn't