How to import a csv file into MySQL workbench?

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

    It seems a little tricky since it really had bothered me for a long time.

    You just need to open the table (right click the "Select Rows- Limit 10000") and you will open a new window. In this new window, you will find "import icon".

提交回复
热议问题