string sqlDumpFile = \\\\network\\Uploads\\InternetBackup\\abc.sql; string con = @"Server=1.1.1.;Database=xyz;uid=abc;pwd=abc;"; MySqlBackup mb = new MySqlBackup(con); mb.Export(sqlDumpFile); ///////////here i get the error "Input string was not correctly formeted"
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)