`
gentoo1439
  • 浏览: 6705 次
  • 性别: Icon_minigender_1
  • 来自: 北京
最近访客 更多访客>>
社区版块
存档分类
最新评论

解决MySQL里的ERROR 1366 Incorrect string value

阅读更多
用如下命令导入msql文件
mysql -u root -p <test.sql

有可能入到如下问题:
ERROR 1366 <HY000) at line 2:Incorrect string value ;'\xC4\xC4\xC0....'

主要原因是编码引起的。

我碰到这个问题的时候是因为数据库是UTF-8编码,而sql文件是保存的ANSI编码,另存为UTF8编码的文件就OK了
分享到:
评论

相关推荐

    MySQL插入数据中错误提醒 1366 Incorrect string value…的解决方法

    “1366 Incorrect string value…”错误是由于字符编码不兼容导致的,通过调整MySQL配置文件或者直接修改数据库和表的字符集设置可以解决问题。为了防止此类问题,最佳实践是在数据库设计阶段就明确使用广泛支持的...

    MySql 错误Incorrect string value for column

    ### MySQL 错误 "Incorrect string value" 解析与解决方案 #### 背景介绍 在MySQL操作过程中,可能会遇到“Incorrect string value”这样的错误提示,尤其是在处理包含中文字符的数据时更为常见。根据提供的文件...

    mysql输入中文出现ERROR 1366的解决方法

    ERROR 1366: 1366: Incorrect string value: ‘\xE6\xB0\xB4\xE7\x94\xB5…’ for column ‘introduce’ at row 1 这是因为mysql编码的问题 打开mysql mysql -u root -p 输入密码后,输入下面这一行代码来显示...

    mysql插入数据中文报错问题,最全解决方式

    ERROR SqlExceptionHelper:147 Incorrect string value: '\xE6\xB2\xA1\xE5\x90\x83' for column 'others' at row 1 org.springframework.orm.jpa.JpaSystemException: could not execute statement; nested ...

    解决出现Incorrect integer value: '' for column 'id' at row 1的问题

    在使用数据库进行数据操作时,有时会遇到错误提示"Incorrect integer value: '' for column 'id' at row 1"。这个错误通常出现在尝试插入数据到一个整数类型的列时,而该列期望的是一个整数值,但提供的值是空字符串...

    解决Laravel5.x的php artisan migrate数据库迁移创建操作报错SQLSTATE[42000]

    在Laravel 5.x中,这个错误经常与MySQL字符集和校验规则有关,尤其是在升级到支持emoji的数据库配置时。如果Laravel应用尝试创建一个超出了默认键长限制的唯一索引,就可能会触发SQLSTATE[42000]错误。 在Laravel 5...

    mysql无法向表中插入中文:修改编码格式

    首次创建好table后,向表中插入汉字内容时会提示:ERROR 1366 (HY000): Incorrect string value: ‘\xE6\x8C\x82\xE6\x9C\xBA’ for column ‘name’ at row 1,表示’name’这列插入的汉字无法被编码。 原因: ...

    mysql 不能插入中文问题

    ERROR 1366 (HY000): Incorrect string value: '\xD6\xD0\xCE\xC4' for column ``` 这里错误信息中的 "\xD6\xD0\xCE\xC4" 实际上是未被正确解析的中文字符的十六进制表示。 #### 问题原因 出现这一问题的根本原因...

    centOS7下mysql插入中文字符报错问题解决方法

    ERROR 1366 (HY000): Incorrect string value: ‘\xE4\xBD\x99\xE9\x93\xB6…’ 应该是数据库编码问题,所以应该改数据库编码 这里有2中方法。一种是直接敲代码设置,一种是在CentOS7中修改文件/usr/my.cnf, 第一种...

    mysql存储emoji表情报错的处理方法【更改编码为utf8mb4】

    本文实例分析了mysql存储emoji表情报错的处理方法。...java.sql.SQLException: Incorrect string value: ‘\xF0\x9F\x92\x94’ for column ‘name’ at row 1 at com.mysql.jdbc.SQLError.createSQLException(SQL

    Delphi7.1 Update

    * TClientDataSet.ChangeCount will return an incorrect value when editing the value of a TStringField or a TWideStringField and then reverting it to the original value (Quality Central 2717 & 4508)....

    unidac_7_1_4_pro DELPHI 10 Tokyo

    Bug with an incorrect error message when using the Connect dialog component on mobile platforms is fixed Bug with AV failure when using calculated fields in TClientDataset is fixed Bug with a key ...

    Unidac Pro 7.1.4 XE8

    Bug with an incorrect error message when using the Connect dialog component on mobile platforms is fixed Bug with AV failure when using calculated fields in TClientDataset is fixed Bug with a key ...

    unidac_7_1_4_pro DELPHI 10 Berlin

    Bug with an incorrect error message when using the Connect dialog component on mobile platforms is fixed Bug with AV failure when using calculated fields in TClientDataset is fixed Bug with a key ...

    UniDAC 7.1.4

    Bug with an incorrect error message when using the Connect dialog component on mobile platforms is fixed Bug with AV failure when using calculated fields in TClientDataset is fixed Bug with a key ...

Global site tag (gtag.js) - Google Analytics