Differences
This shows you the differences between the selected revisions of the page.
| 2012-04-03 | 2012-04-03 | ||
| powershell example (martin) | duplicate comment (martin) | ||
| Line 115: | Line 115: | ||
| Const tempFilePath As String = "/tmp/all_databases.gz" | Const tempFilePath As String = "/tmp/all_databases.gz" | ||
| - | ' Execute mysqldump on the server to dump all MySQL databases and compress the results | ||
| Dim dumpCommand As String = _ | Dim dumpCommand As String = _ | ||
| String.Format("mysqldump --opt -u {0} --password={1} --all-databases | gzip > {2}", _ | String.Format("mysqldump --opt -u {0} --password={1} --all-databases | gzip > {2}", _ | ||