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.
除了“LOCAL DATA INFILE”还有什么方法可以将数据导入Mysql数据库。我很有趣 mYsql 工作台。有没有办法使用工作台导入数据。让我知道比使用 LOCAL DATA INFILE 更容易的任何其他方式。
感谢广告
MySQL Workbench 目前不支持加载 CSV 或其他数据文件。
但是,如果您有数据库转储,则可以通过工作台导入。在主屏幕上,请参阅“管理导入/导出”。
其他方法可能是“加载数据文件”查询或使用 mysqlimport.exe