Page 1 of 1

MyDump

Posted: Thu 20 Sep 2007 15:13
by OlliT
Hello, my english is very bad, i hope you understand me now.

I used bevor I have CoreLab Components for Dump the console.

The SQL Statement Insert Into is another one like this from CoreLab TMyDump.

From Console is:
INSERT INTO `table` (`ID`, `Field1`, `Field2`, `Field3`) VALUES (1,'Wert1',Wert2,Wert3),(2,'Wert1',Wert2,Wert3),

From MyDump is:
INSERT INTO table VALUES (1,'Wert1',Wert2,Wert3), 2,'Wert1',Wert2,Wert3),

Is there any option to do this from the console? I used it to update tables.
I create the database, create the tables and than I get the dump with the data.
But is the table get a new field, i get an error with the dump from MyDump. If i used the dump from mysql console it works fine.

Thanks
O.T.

Posted: Mon 24 Sep 2007 06:34
by Antaeus
Thank you for information.
It is likely that in one of the nearest builds we will add an option to control such behaviour, similar to the --complete-insert option of the mysqldump program.