简体   繁体   中英

How to Backup of my tables in Mysql Database using C#

I'm having around 150tables in my Schema. In that few tables are master table it will be around 20 tables. Without taking the backup of other tables i want to take the backup of Master tables only and i have to achieve this through C# code.

I'm using VS2008 and MySQL

First create a C# program to connect to server and then issue commands to get your backup.

Backup commands can be found here -

Database Backup Methods

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM