0

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

1 Answers1

0

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

brainless coder
  • 6,310
  • 1
  • 20
  • 36