newtomysql
Technical User
Dear All,
I have called the mysqldump function and managed to backup my file. My code for dumping the file is below. First thing I would like to confirm is my code below is correct one ? The second thing is that how can I ecnrypt and decrypt the file test1.sql which is being created? Thanks.
Process.Start("C:\\Program Files\\MySQL\\MySQL Server 5.0\\bin\\mysqldump.exe","--user=root --password=12345 --host=localhost --databases test1 > -r C:\\test1.sql");
I have called the mysqldump function and managed to backup my file. My code for dumping the file is below. First thing I would like to confirm is my code below is correct one ? The second thing is that how can I ecnrypt and decrypt the file test1.sql which is being created? Thanks.
Process.Start("C:\\Program Files\\MySQL\\MySQL Server 5.0\\bin\\mysqldump.exe","--user=root --password=12345 --host=localhost --databases test1 > -r C:\\test1.sql");