{“The directory name is invalid”} Win32Exception Was unhandled
问题 I am trying to backup the database using mysql and c# by using following way... public static void backupDatabase() { Process sd = null; ProcessStartInfo r1 = new ProcessStartInfo("C:\\Program Files\\MySQL\\MySQL Workbench 5.2 CE\\", "--databases=access --compress --routines --triggers --add-drop-database --add-drop-table --add-locks --extended-insert --port=3080 --user=root --disable-keys --quick --comments --complete-insert --result-file=DUMPEDOUTPUT.sql"); r1.CreateNoWindow = true; r1