Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
mysqldump -h xxx.xxx.xxx.xxx -u username -ppassword databasename > C:\path\to\store\file
ファイルのダウンロード中に一時停止したため、動作しているように見えましたが、完了するとファイルが表示されません。
コマンドラインに何か問題がありますか?