Page 1 of 1

MYSQL Dump Example

Posted: Fri 28 Jan 2011 19:24
by dklompmaker
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.

Posted: Mon 31 Jan 2011 13:14
by Shalex
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?