phpMyAdmin 导入.txt 文件?
我收到了以下格式的数据库:
FB_BRANDID|FB_MODELID|FB_TEXTID|FB_TEXT|FB_TYPEID|FB_COUNTRYID
19|5783|38742|mn_4x4_synchrone_l.jpg|10|1
19|5783|38744|mn_4x4_synchrone_s.jpg|11|1
... and so on
有什么方法可以将其导入到我的 MySQL 数据库中吗?我正在使用 phpMyAdmin。据我所知,它不允许我导入此类文件。
任何帮助表示赞赏。
I received a database in this format:
FB_BRANDID|FB_MODELID|FB_TEXTID|FB_TEXT|FB_TYPEID|FB_COUNTRYID
19|5783|38742|mn_4x4_synchrone_l.jpg|10|1
19|5783|38744|mn_4x4_synchrone_s.jpg|11|1
... and so on
Is there any way to imprt that in my MySQL database? I am using phpMyAdmin. From what I can see, it won't allow me to import that kind of file.
Any help is appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这可以通过 phpMyAdmin 实现。
导入 CSV 文件,但将分号替换为竖线 |。清空输入“由以下内容包围的字段”,然后选中“第一行中的列名称”框。
This is possible via phpMyAdmin.
Import a CSV-file, but replace the semicolon with the pipe |. Empty the input "Fields enclosed by" and check the box "Column names in first row".