MySQL error 1366 when inserting Chinese (HY000): Incorrect string value: ' \xc0\xee\xcb\xc4 ' for column ' Usern ame ' at row 1

Source: Internet
Author: User

1 Environment: MySQL Server 6.0 command-line tools

2 PROBLEM: Insert Chinese character data The following error occurred:

ERROR 1366 (HY000): Incorrect string value: ' \xc0\xee\xcb\xc4 ' for column ' Usern ame ' at row 1

3 environment at that time:

mysql> INSERT into user (ID, username, birthday, sex, address) VALUES ('2','John doe' , '1980  A- to' ,  'Male' , 'Beijing');ERROR1366(HY000): IncorrectstringValue'\xc0\xee\xcb\xc4'  forColumn'UsernAme'At Row 1Mysql>Select* fromuser; EmptySet(0.00sec) MySQL>Setnames GBK; Query OK,0Rows Affected (0.00sec) MySQL> INSERT into User (ID, username, birthday, sex, address) VALUES ('2','John doe' , '1980  A- to' ,  'Male' , 'Beijing');Query OK,1Row affected (0.10sec) MySQL>Select* fromuser;+----+----------+------------+------+---------+| ID | Username | Birthday | sex | Address |+----+----------+------------+------+---------+|2| John Doe |1980  A- to| Male | BEIJING |+----+----------+------------+------+---------+1Rowinch Set(0.00Sec

4 Summary

When garbled, is the encoding problem, you can try to set the database encoding (set NAMs GBK).

MySQL error 1366 when inserting Chinese (HY000): Incorrect string value: ' \xc0\xee\xcb\xc4 ' for column ' Usern ame ' at row 1

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.