Differences
This shows you the differences between the selected revisions of the page.
2017-10-04 | 2017-10-04 | ||
code wrapping for new design (martin) | no need for line continuation in VB.NET (martin) | ||
Line 118: | Line 118: | ||
Const tempFilePath As String = "/tmp/all_databases.gz" | Const tempFilePath As String = "/tmp/all_databases.gz" | ||
- | Dim dumpCommand As String = _ | + | Dim dumpCommand As String = |
String.Format( | String.Format( | ||
- | "mysqldump --opt -u {0} --password={1} --all-databases | gzip > {2}", _ | + | "mysqldump --opt -u {0} --password={1} --all-databases | gzip > {2}", |
dbUsername, dbPassword, tempFilePath) | dbUsername, dbPassword, tempFilePath) | ||
session.ExecuteCommand(dumpCommand).Check() | session.ExecuteCommand(dumpCommand).Check() |