I am trying to schedule automatic MySQL Backups. I have used MySQL Administrator to do so, but when it starts to execute, I get an error in the Event Viewer in Windows:

   Connection -bpBackupData cannot be found.

Here is what it placed in the Scheduled Tasks:

"C:\Program Files\MySQL\MySQL Administrator 1.0\MySQLAdministrator.exe" "-UDC:\Documents and Settings\Jesse Castleberry\Application Data\MySQL\" "-c" "-bpBackupData" "-btC:\junk\MySQLBackup" "-bxBackupData"

Thinking that there needed to be a space between "-bp" and "BackupData", I did that, but ended up with the same error, except it indicated "-bp BackupData" instead.

So, what am I doing wrong here?  Or, is there a better way to do this?

Thanks,
Jesse

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

Reply via email to