Page 1 of 1

MySQL Dump Question

Posted: Tue 05 Apr 2005 13:18
by Maicel
Hello!

I'm using the Dump Method to backup my Database. But I only want to dumb the Data of the Database and not the struckture ( I only want to generate a sql.txt File that contents is only the inserts statements without the create Table ... statements)

What have i to do, here?

mfg

Maicel

Posted: Tue 05 Apr 2005 14:06
by Serious
MySqlDump component is used to to restore original database state from the generated script. So it have to delete odd data. One of the ways to do it is to re-create tables.