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 文件?
好的,据我了解,您可能希望在磁盘上某处的 SQL 文件中运行查询。
利用
source path/to/your/sqlfile.sql
例如
mysql> source D:\test.sql Query OK, 1 row affected (0.11 sec)