Loading utf-8 encoded text into MySQL table

后端 未结 5 711
小蘑菇
小蘑菇 2020-11-29 06:37

I have a large CSV file that I am going to load it into a MySQL table. However, these data are encoded into utf-8 format, because they include some non-english characters. I

5条回答
  •  粉色の甜心
    2020-11-29 06:59

    Do not need encode your characters in the file, but you need to make sure that your file is encoding at UTF-8 before load this file to database.

提交回复
热议问题