Process.Start("C:\Program Files\MySQL\MySQL Server 5.6\bin\mysqldump.exe", "-u username -p password db -r """ & txtpath.Text & "\backup.sql"" ")
-p
password
db
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)