Can't insert Chinese character into MySQL

后端 未结 4 1704
闹比i
闹比i 2020-11-28 13:23

The cookie is encoded using the big5 set, and it cannot insert into MySQL. Could you help me to solve this problem?

Fields: username is eng, date1

4条回答
  •  温柔的废话
    2020-11-28 13:49

    update character set of table columns as well with utf8 along with table character set. May be check in Mysql workbench alter table and see character set of columns you want to support Chinese characters.

提交回复
热议问题