teratail header banner
teratail header banner
質問するログイン新規登録

回答編集履歴

1

コード例を追加

2018/05/25 04:21

投稿

stknohg
stknohg

スコア796

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)