I want to backup my Database in MySQL for Each time Application is Closing.
I googled for the DUMP in MySQL. but i got only php or batch file programs.
Any one know how to Backup Automatically Mysql in C# coding?.
Or Executing Batch is the Only way. Is it possible in Winform C#?.
My Connection String is -
connectionString="server=192.168.1.100;User Id=root;database=mcs_sps;Persist Security Info=True"
Thanks in Advance!.