JavaShuo
欄目
標籤
ERROR 1366 (HY000): Incorrect string value: ‘\xC4\xCC‘ for column ‘goods_name‘ at row 1
時間 2021-03-07
標籤
環境變量配置
mysql
數據庫
欄目
MySQL
简体版
原文
原文鏈接
很多同學剛開始用mysql數據庫的時候都會遇到這個問題: 向表中插入中文數據的時候報錯了ERROR 1366 (HY000),如圖所示: 那麼,如何解決,其實很簡單: 首先找到你自己的 mysql 的安裝路徑,然後找到 my.ini 文件如圖: 然後下拉,找到將該條代碼中的 utf8 改爲 gbk 即可,如圖: 最後,重新打開你的mysql,就可以插入和查看中文數據了,如圖:
>>阅读原文<<
相關文章
1.
MySQL:ERROR 1366 (HY000):ERROR 1366 (HY000): Incorrect string value: XXXX for column X at row 1
2.
ERROR 1366 (HY000): Incorrect string value: '\xC1\xF5\xB1\xB8' for column 'name' at row 1
3.
ERROR 1366 (HY000): Incorrect string value: '\xE4\xB8\xBB' for column 'name' at row 1
4.
ERROR 1366 (HY000): Incorrect string value: '\xC8\xD9\xD2\xAB' for column 'name' at row 1
5.
ERROR 1366 (HY000): Incorrect string value: '\xD6\xD0\xCE\xC4' for column XXX at row 1
6.
ERROR 1366 (HY000): Incorrect string value: '\xA6' for column 'jy_message' at row 1
7.
Mysql [Err] 1366 - Incorrect string value: '...' for column '..' at row 1
8.
1366 - Incorrect string value: '\xF0\x9F\x98\x82\xF0\x9F...' for column 'content' at row 1
9.
mysql解決[HY000][1366] Incorrect string value: '\xE4\xB8\xAD\xE6\x96\x87' for column 'title' at row 1
10.
MySQL出現[Err] 1366 - Incorrect string value: '\xE5\x8D\x8E\xE5\xB8\x88' for column 'uaddr' at row 1
更多相關文章...
•
ASP Column 屬性
-
ASP 教程
•
C# 字符串(String)
-
C#教程
•
算法總結-回溯法
•
三篇文章瞭解 TiDB 技術內幕 —— 說計算
相關標籤/搜索
incorrect
row
hy000
column
err
1.for
value
1.string
string
MySQL
SQL
Redis教程
PHP 7 新特性
Spring教程
0
分享到微博
分享到微信
分享到QQ
每日一句
每一个你不满意的现在,都有一个你没有努力的曾经。
最新文章
1.
以實例說明微服務拆分(以SpringCloud+Gradle)
2.
idea中通過Maven已經將依賴導入,在本地倉庫和external libraries中均有,運行的時候報沒有包的錯誤。
3.
Maven把jar包打到指定目錄下
4.
【SpringMvc】JSP+MyBatis 用戶登陸後更改導航欄信息
5.
在Maven本地倉庫安裝架包
6.
搭建springBoot+gradle+mysql框架
7.
PHP關於文件$_FILES一些問題、校驗和限制
8.
php 5.6連接mongodb擴展
9.
Vue使用命令行創建項目
10.
eclipse修改啓動圖片
本站公眾號
歡迎關注本站公眾號,獲取更多信息
相關文章
1.
MySQL:ERROR 1366 (HY000):ERROR 1366 (HY000): Incorrect string value: XXXX for column X at row 1
2.
ERROR 1366 (HY000): Incorrect string value: '\xC1\xF5\xB1\xB8' for column 'name' at row 1
3.
ERROR 1366 (HY000): Incorrect string value: '\xE4\xB8\xBB' for column 'name' at row 1
4.
ERROR 1366 (HY000): Incorrect string value: '\xC8\xD9\xD2\xAB' for column 'name' at row 1
5.
ERROR 1366 (HY000): Incorrect string value: '\xD6\xD0\xCE\xC4' for column XXX at row 1
6.
ERROR 1366 (HY000): Incorrect string value: '\xA6' for column 'jy_message' at row 1
7.
Mysql [Err] 1366 - Incorrect string value: '...' for column '..' at row 1
8.
1366 - Incorrect string value: '\xF0\x9F\x98\x82\xF0\x9F...' for column 'content' at row 1
9.
mysql解決[HY000][1366] Incorrect string value: '\xE4\xB8\xAD\xE6\x96\x87' for column 'title' at row 1
10.
MySQL出現[Err] 1366 - Incorrect string value: '\xE5\x8D\x8E\xE5\xB8\x88' for column 'uaddr' at row 1
>>更多相關文章<<