MYSQL Dump Example

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
dklompmaker
Posts: 3
Joined: Tue 11 Jan 2011 17:01

MYSQL Dump Example

Post by dklompmaker » Fri 28 Jan 2011 19:24

I am looking for a simple example of how to implement a MYSQL Dump of a full database to a file. I have looked into Query but I am not sure that I am using that correctly. I am writing in C#. Thank you in advance.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Mon 31 Jan 2011 13:14

Please use the MySqlDump class to implement a MySQL Dump of your database: http://www.devart.com/dotconnect/mysql/ ... lDump.html. Is that what you mean?

Post Reply