MySQL Convert latin1 data to UTF8

前端 未结 7 1047
-上瘾入骨i
-上瘾入骨i 2020-12-03 02:30

I imported some data using LOAD DATA INFILE into a MySQL Database. The table itself and the columns are using the UTF8 character set, but the default character set of the d

相关标签:
7条回答
  • 2020-12-03 03:00

    LOAD DATA INFILE allows you to set an encoding file is supposed to be in:

    http://dev.mysql.com/doc/refman/5.1/en/load-data.html

    0 讨论(0)
提交回复
热议问题