MySQL insertion garbled problem

Source: Internet
Author: User
Tags root access

Reason:

The character encoding of the database table and insert statement does not match or the encoding of the database table does not support Chinese

Solution:

Modify the character encoding in the table to: Utf-8 (or gbk,gb2312)

When you link a database in code, the connection string is followed by a characterencoding=utf8, such as Jdbc:mysql://localhost:3306/db_zhu?characterencoding=utf8

When the insertion or modification occurs garbled, first in the MySQL terminal execution under the INSERT statement, check whether the insertion is correct. Then in the code to print the next INSERT statement, see if there is garbled or question mark? See if the connection string is set to Characterencoding


Report:

Wamp requires mysql-u root to have root access when executing MySQL terminal.

Expand:

Http://www.cnblogs.com/hongfei/archive/2011/12/29/set-names-utf8.html

MySQL insertion garbled problem

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.