Import CSV to MySQL

后端 未结 3 2150
慢半拍i
慢半拍i 2020-11-27 04:01

I have created a database and a table. I have also created all the fields I will be needing. I have created 46 fields including one that is my ID for the row. The CSV doesn\

3条回答
  •  南方客
    南方客 (楼主)
    2020-11-27 04:33

    be sure to use LOAD DATA LOCAL INFILE if the import file is local. :)

提交回复
热议问题