mysql,该怎么处理

WBOY
Release: 2016-06-13 13:49:29
Original
1118 people have browsed it

mysql
错误
MySQL 返回: 

#1366 - Incorrect string value: '\xE4\xBD\xA0\xE5\xA5\xBD' for column 'strconnect' at row 1

------解决方案--------------------
strconnect字段插入的数据类型和定义的类型不一致,或者是编码不对.
------解决方案--------------------
你的字符串是 什么东西???

我有次也是这样的错误,后来重新配置了MYSQL 有可以了 。

这个错误上次都不知道是怎样搞好的 ,楼主GOogle一下,看看。
------解决方案--------------------
这个应该是字段数据类型和字符串类型不一致导致的吧!
------解决方案--------------------
如果你的mysql数据库字段编码是gb2312,插入的是繁体就会出现这种错误,改为gbk就可以解决此问题了!当然这个原因不是唯一的原因啊!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template