当前位置:网站首页>MySQL inserts Chinese data and reports an error. Set the default collation
MySQL inserts Chinese data and reports an error. Set the default collation
2022-07-02 21:34:00 【yaoyaozaiye】
【 Issues an error 】
When inserting data into the database ,varchar An error occurs when inserting Chinese data into a field of type .
Original error report :
ERROR 1366 (HY000): Incorrect string value: ‘\xE8\xA5\xBF\xE5\xAE\x89’ for column ‘address’
【 Cause analysis 】
adopt show full columns from user_bean; Statement to view the of the field collation attribute , Found field collation The property value is latin1_swedish_ci , The description field defaults to English . Chinese is not set , So when inputting Chinese ,mysql The error will be reported as “ The value of the string is incorrect ”.
【 resolvent 】
edit mysql Configuration file for /etc/my.cnf,
vi /etc/my.cnfstay [mysqld] Now add two lines to supplement
character_set_server=utf8collation_server=utf8_general_cirestart Mysql service
systemctl restart mysqldInsert Chinese data into the database , success !
Be careful : The above steps can solve the problem of fields when creating tables in the future collation Attribute problem , But the table fields that have been created earlier collation The attribute value does not change .
If you want to change the previously created table , What do I do ?
Method 1: Modify the original table , You can use similar statements alter table user_bean change address address varchar(255) character set utf8 collate utf8_general_ci not null;
Method 2: Delete the original table , Rebuild .
【 Command summary 】
show full columns from Table name
vi /etc/my.cnf
character_set_server=utf8
collation_server=utf8_general_ci
systemctl restart mysqld
alter table Table name change Fields to modify Field name data type character set utf8 collate utf8_general_ci constraint condition ;
边栏推荐
- Research Report on the overall scale, major manufacturers, major regions, products and applications of micro hydraulic cylinders in the global market in 2022
- Number of DP schemes
- Research Report on minimally invasive medical robot industry - market status analysis and development prospect prediction
- Welfare | Hupu isux11 Anniversary Edition is limited to hand sale!
- MySQL learning record (6)
- [shutter] shutter layout component (fractionallysizedbox component | stack layout component | positioned component)
- Construction and maintenance of business website [5]
- BitSet complement
- Research Report on crude oil tanker industry - market status analysis and development prospect forecast
- Construction and maintenance of business websites [8]
猜你喜欢

In depth research and investment feasibility report of global and Chinese isolator industry, 2022-2028

Roommate, a king of time, I took care of the C language structure memory alignment

Unexpectedly, there are such sand sculpture code comments! I laughed
![[shutter] statefulwidget component (floatingactionbutton component | refreshindicator component)](/img/17/b5889ec263687aeacf19214785ea8a.jpg)
[shutter] statefulwidget component (floatingactionbutton component | refreshindicator component)

MySQL learning record (8)

7. Build native development environment

Research Report on ranking analysis and investment strategic planning of RFID market competitiveness of China's industrial manufacturing 2022-2028 Edition

Redis分布式锁故障,我忍不住想爆粗...

One week dynamics of dragon lizard community | 2.07-2.13
![[dynamic planning] p1220: interval DP: turn off the street lights](/img/b6/405e29ca88fac40caee669a3b7893f.jpg)
[dynamic planning] p1220: interval DP: turn off the street lights
随机推荐
Redis -- three special data types
China's noise meter market trend report, technical dynamic innovation and market forecast
China Indonesia advanced wound care market trend report, technological innovation and market forecast
Research Report on the overall scale, major manufacturers, major regions, products and applications of sliding door dampers in the global market in 2022
Construction and maintenance of business website [2]
Gbase8s database type
[shutter] statefulwidget component (image component | textfield component)
Research Report on market supply and demand and strategy of Chinese garden equipment industry
Cloud computing technology [2]
China microporous membrane filtration market trend report, technological innovation and market forecast
Interpretation of some papers published by Tencent multimedia laboratory in 2021
Internal/validators js:124 throw new ERR_ INVALID_ ARG_ Type (name, 'string', value) -- solution
ctf-HCTF-Final-Misc200
[shutter] statefulwidget component (floatingactionbutton component | refreshindicator component)
Report on investment development and strategic recommendations of China's vibration isolator market, 2022-2027
Get weekday / day of week for datetime column of dataframe - get weekday / day of week for datetime column of dataframe
~91 rotation
[12] the water of the waves is clear, which can wash my tassel. The water of the waves is muddy, which can wash my feet
Construction and maintenance of business websites [7]
Cloud computing technology [1]