|
Home > Archive > MySQL ODBC Connector > December 2005 > Scheduling Backup
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Jesse 2005-12-22, 11:23 am |
| 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\Applicat
ion Data\MySQL\"
"-c" "-bpBackupData" "- btC:\junk\MySQLBacku
p" "-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/mysql? unsub...sie.nctu.edu.tw
| |
| Gleb Paharenko 2005-12-22, 8:24 pm |
| Hello.
Check that you're using the latest version of MySQL Administrator. This
is a bug with similar error message, though it is related to Query
Browser it might be helpful:
http://bugs.mysql.com/bug.php?id=4423
Jesse wrote:
> 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\Applicat
ion Data\MySQL\"
> "-c" "-bpBackupData" "- btC:\junk\MySQLBacku
p" "-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
>
>
--
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.NET http://www.ensita.net/
__ ___ ___ ____ __
/ |/ /_ __/ __/ __ \/ / Gleb Paharenko
/ /|_/ / // /\ \/ /_/ / /__ Gleb.Paharenko@ensita.net
/_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.NET
<___/ www.mysql.com
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/mysql? unsub...sie.nctu.edu.tw
|
|
|
|
|