MySQL Convert latin1 data to UTF8

前端 未结 7 1079
-上瘾入骨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 02:44

    I wrote that http://code.google.com/p/mysqlutf8convertor/ for Latin Database to UTF-8 Database. All tables and field to change UTF-8.

提交回复
热议问题