首页 > 数据库 > MySQL > 正文

mysql 不能插入中文问题

2024-07-24 12:44:12
字体:
来源:转载
供稿:网友
问题现象:

当向mysql5.5插入中文时,会出现类似错误

ERROR 1366 (HY000): Incorrect string value: '/xD6/xD0/xCE/xC4' for column
问题原因:

Db characterset的字符集设成了latin1

解决方案:

修改mysql 安装目录下的 my.ini 文件为


default-character-set=utf8
character-set-server=utf8

然后mysql服务,重新创建一个数据库。
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表