Chinese garbled characters in front-end learning Databases

Source: Internet
Author: User

Chinese garbled characters in front-end learning Databases
Previous

It is very common to identify Chinese characters as garbled characters or question marks in the database due to encoding errors. This article describes the solutions in detail.

 

Configuration File

The first step to solve the problem of Chinese recognition is to modify the mysql configuration file my. ini.

Add under [client]

Default-character-set = utf8

Add under [mysqld]

Character-set-server = utf8

Then restart the service.

 

Database code

First, create a database

Use the following code to view the encoding type of the database:

Check whether the encoding type is utf8. If not, use the following code to change it to utf8.

Data Table Encoding

Create a data table

Run the following code to view the encoding type of the data table:

Check whether the encoding type is utf8. If not, use the following code to change it to utf8.

 

Chinese record

Add a record with Chinese characters below

Read records using SELECT statements

The Chinese characters are correctly displayed.

Welcome

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.