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.
クエリを使用して mysql データベースに .sql ファイルをインポートする方法は?
OK、私が理解している限り、おそらくディスクのどこかにある SQL ファイルでクエリを実行したいと思うでしょう。
使用する
source path/to/your/sqlfile.sql
例えば
mysql> source D:\test.sql Query OK, 1 row affected (0.11 sec)