How to import a csv file into MySQL workbench?

前端 未结 7 1599
野的像风
野的像风 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:23

    In case you have smaller data set, a way to achieve it by GUI is:

    1. Open a query window
    2. SELECT * FROM [table_name]
    3. Select Import from the menu bar
    4. Press Apply on the bottom right below the Result Grid

    enter image description here

    Reference: http://www.youtube.com/watch?v=tnhJa_zYNVY

提交回复
热议问题