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 -u root -p ゲートウェイ > ダンプファイル名.sql
実行する必要があるクエリで -e パラメータを渡すことができます。
mysqldump -u root -p troy22022012 -e "SELECT * FROM gateway WHERE ..." > dumpfilename.sql