MyDump
Posted: Thu 20 Sep 2007 15:13
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.
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.