当前位置:网站首页>ERROR 1366 (HY000): Incorrect string value: ‘\xE8\xB5\xB5\xE9\x9B\xB7‘ for column ‘s_ name‘ at row 1
ERROR 1366 (HY000): Incorrect string value: ‘\xE8\xB5\xB5\xE9\x9B\xB7‘ for column ‘s_ name‘ at row 1
2022-07-27 18:45:00 【Ding Dang's fantasy】
mysql An error caused by a character set that does not meet the requirements
One of the reasons : The character set is not specified when creating the table , Used after creating fields alter table Student default charset=utf8; Changed the character set to utf8; But it doesn't work for the created fields ;
use show create table table_name\G;
View table creation
mysql> show create table Student\G;
*************************** 1. row ***************************
Table: Student
Create Table: CREATE TABLE `Student` (
`s_id` int(11) NOT NULL AUTO_INCREMENT,
`s_name` varchar(10) CHARACTER SET latin1 DEFAULT NULL,
`s_birth` varchar(10) CHARACTER SET latin1 DEFAULT NULL,
`s_sex` enum(' male ',' Woman ') NOT NULL DEFAULT ' male ',
PRIMARY KEY (`s_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8
It is found that the character set of the table is different from that of the field
Modify the character set of the field :
alter table Student modify s_name varchar(10) character set uft8;
边栏推荐
猜你喜欢

Build a simple knowledge question and answer system
![[MIT 6.S081] Lab 10: mmap](/img/5d/a59a6f723518553b9232bc09991075.png)
[MIT 6.S081] Lab 10: mmap

MySQL查询列必须和group by字段一致吗?

2021.8.1 Notes database design
![[mit 6.s081] LEC 5: calling conventions and stack frames risc-v notes](/img/1f/6384f4831718477f0567540250f352.png)
[mit 6.s081] LEC 5: calling conventions and stack frames risc-v notes

mysql视图基本操作

LED带风扇护眼学习台灯触摸芯片-DLT8S12A

Log4j 史诗级漏洞,京东这样的大厂都中招了

USB充电式暖手宝芯片-DLTAP602SC-杰力科创

File path read
随机推荐
2021.8.9 note request
[yuntu said] 249 mobile application security service - app's physical examination center, comprehensive testing, safe on the road!
知识图谱 — pyhanlp实现命名体识别(附命名体识别代码)
XML learning Day1: XML / jsup parser / selector /xpath selector
Alibaba architects spent 280 hours sorting out 1015 pages of distributed full stack pamphlets to easily start the distributed system
Uni app traversal array rendering data vertical rendering
Hbuilder submission code
修改input中placeholder样式
[MIT 6.S081] Lab 11: networking
mysql视图基本操作
Wechat applet obtains mobile number
全自动吸奶器芯片-DLTAP703SD
2021.7.19笔记 DML
File path read
Labels such as {@code}, {@link} and < P > in the notes
Build a simple knowledge question and answer system
I was forced to optimize the API gateway query interface
LED带风扇护眼学习台灯触摸芯片-DLT8S12A
2021.7.18 notes MySQL data type
2021.7.30 note index