Create mysql table directly from CSV file using the CSV Storage engine?

前端 未结 13 1359
感情败类
感情败类 2020-12-04 10:08

I just learned that MySQL has a native CSV storage engine which stores data in a Comma-Separated-Value file per table.

Is it possible to create a table directly from

13条回答
  •  感动是毒
    2020-12-04 11:09

    In addition to the other solutions mentioned Mac users may want to note that SQL Pro has a CSV import option which works fairly well and is flexible - you can change column names, and field types on import. Choose new table otherwise the initial dialogue can appear somewhat disheartening.

    Sequel Pro - database management application for working with MySQL databases.

提交回复
热议问题