ington Ave.
Farmington, CT 06032
860.674.8796 / FAX: 860.674.8341
www.the-infoshop.com
www.giiexpress.com
www.etudes-marche.com
> -Original Message-
> From: Mike Blezien [mailto:[EMAIL PROTECTED]
> Sent: Monday, May 14, 2007 11:52 AM
> To: John Meyer; MySQL General
> Subje
On Mon, May 14, 2007 17:56, John Meyer wrote:
> Mike Blezien wrote:
>> Hello,
>> - Original Message - From: "John Meyer" <[EMAIL PROTECTED]>
>> To: "MySQL General"
>> Sent: Monday, May 14, 2007 10:26 AM
>> Subject: Re: Sc
Mike Blezien wrote:
> Hello,
> - Original Message - From: "John Meyer" <[EMAIL PROTECTED]>
> To: "MySQL General"
> Sent: Monday, May 14, 2007 10:26 AM
> Subject: Re: Scheduled backups
>
>
>> J Trahair wrote:
>>> Hi
Hello,
- Original Message -
From: "John Meyer" <[EMAIL PROTECTED]>
To: "MySQL General"
Sent: Monday, May 14, 2007 10:26 AM
Subject: Re: Scheduled backups
J Trahair wrote:
Hi Everyone
I have set up a scheduled backup using MySQL Administrator. Stored
c
J Trahair wrote:
> Hi Everyone
>
> I have set up a scheduled backup using MySQL Administrator. Stored
> connection, database, dates and time, even the Windows user password (in
> fact, blank). It doesn't start at the correct time, or indeed any time.
>
> Have I missed something?
>
> Thanks for yo
hi,
here is my backup bat file for backup of innodb:
set MYSQL_HOME=C:\Program Files\MySQL\MySQL Server 5.0
set BACKUP_FILE=mysql5-db-backup-xp_%DATE%.sql
del "BACKUP_FILE"
"%MYSQL_HOME%\bin\mysqldump" --user=xxx --password=xxx --skip-opt
--single-transaction --quick --add-drop-table --default-c
> I am attempting to set and and schedule automated MySQL backups
> using the MySQL Administrator Tool downloaded from mysql.com. All
> of my back ups work fien when I perform them manually. However
> none of the scheduled backups ever get done. I am not sure where
> the glicth is but here i