The system cannot find the file specified (no replies)
(MySQL.com) string mysqldumpstring = string.Format("--user={0} --password={1} {2} ", user, passwd1, dbname);
ProcessStartInfo info = new ProcessStartInfo("mysqldump");
info.Arguments = mysqldumpstring;
info.Use