回答編集履歴
1
コード例を追加
answer
CHANGED
@@ -10,6 +10,10 @@
|
|
10
10
|
|
11
11
|
* [https://dev.mysql.com/doc/refman/5.5/en/mysqldump.html](https://dev.mysql.com/doc/refman/5.5/en/mysqldump.html)
|
12
12
|
|
13
|
+
```
|
14
|
+
shell> mysqldump [options] --result-file=dump.sql
|
15
|
+
```
|
16
|
+
|
13
17
|
そして、PowerShellには入力リダイレクト演算子(`<`)は存在しないので
|
14
18
|
|
15
19
|
* [https://stackoverflow.com/questions/4788935/powershell-pipe-file-contents-into-application-without-loading-file-in-memory](https://stackoverflow.com/questions/4788935/powershell-pipe-file-contents-into-application-without-loading-file-in-memory)
|