MySQL Dump Question

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
Maicel

MySQL Dump Question

Post by Maicel » Tue 05 Apr 2005 13:18

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

Serious

Post by Serious » Tue 05 Apr 2005 14:06

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.

Post Reply