Mailing List
Home
Forum Home
MySQL General - General MySQL discussion
MaxDB - Everything about MaxDB, formerly known as SAP DB
MySQL++ - Programming with the C++ API to MySQL
MySQL on Win32 - Runing MySQL on Windows 9x/Me/NT/2000/XP
ODBC - ODBC with the MySQL Connector/ODBC driver
Java Help - Mostly related to the MySQL Connector/J driver
Perl - Perl support for MySQL with DBI and DBD::mysql
GUI - MySQL GUI Tools
Announcement
Subjects
mysql openssl Question
mysql:it 's a db not a dbms how it 's possible?!
Does the binary log enabling affect the MySQL performances?
Strange behavior, Table Level Permission
FULLTEXT query format question
Preventing Duplicate Entries
Comparing and writing out BLOBS
Executing MySQL Commands From Within C Program
Can 't access mysql after kernel upgrade
Mysql 4 0 Oracle Stored Procedure Trigger Conversion
Downgrade Mysql from 4 to 3 23
MySQL Cluster Software
mysql test 4 1 fails with the gis test
ERROR 2002: Can 't connect to local MySQL server through socket
Getting Identity after INSERT
Update one field with more fields from another table
ERROR 1045: Access denied for user: 'root@localhost ' (Using
password: NO)
mysql have same function mthod as Oracle decode()
 
Scheduled Backups Issue...

Scheduled Backups Issue...

2006-07-05       - By cnelson@(protected)

 Back
Reply:     1     2  

> 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 is what the details are...
>  
>  
>  I have a remote server (*nx box colocated at an offsite
> location).  MySQL 5.0.21 is on the box.
>  Logged in as root to the MySQL.
>  
>  Created a Backup Project.
>  Added Schema to it.
>  Under Advanced left all options at default EXCEPT changed to Lock
> All Tables.
>  Set a local path to save the back ups.
>  Set backup to run daily.
>  Saved and said to use the root as the user to perform the back up.
>  
>  Nada...
>  
>  
>  Please advise if I am being a toal DFU or what.

There's an issue with MySQL Administrator creating bad scheduled items
in 'Windows.  I found a note about it but not a bug report or a fix.
Try going to the Windows Scheduler, opening the backup item and removing
"-c" (including the quotes) from the middle of the command to run.  (I
found it helpful to copy the command to Notepad, edit it there, and copy
back as it is quite long.)

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/mysql?unsub=mysql@(protected)