Page 1 of 1

MyBackup with Innodb

Posted: Fri 15 Apr 2005 04:04
by amosqueda
Use MyBackup to backup 3.5G how you say me, but, I have two problem with this aproximation:
1. With mode bmText: "File C:\ already exist" and fisically not exist this file.

2. Wit bmBinary: The handle for the table not sopport backup


Are two tables, one with 1 field blob with size of 200 kb each, Table are InnoDB.

Any Idea????

Posted: Fri 15 Apr 2005 11:08
by Ikar
In difference from TMyDump, TMyBackup presents a wrapper for SELECT ... INTO OUTFILE in the text mode and BACKUP TABLE ... in binary. Please see descriptions of these statements in MySQL Reference Manual.