How to import a csv file into MySQL workbench?

前端 未结 7 1598
野的像风
野的像风 2020-11-30 18:03

I have a CSV file. It contain 1.4 million rows of data, so I am not able to open that csv file in Excel because its limit is about 1 million rows.

Therefore, I want

7条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-30 18:22

    In the navigator under SCHEMAS, right click your schema/database and select "Table Data Import Wizard"

    Works for mac too.

提交回复
热议问题