MySQL Overview (ix) character sets and proofing sets

Source: Internet
Author: User

The 1.mysql character set has detailed settings:

The 2.mysql character processing mechanism is that there is a character set converter between the database and the client (the later abbreviation Converter) converts the client character encoding (which must be told to the server) into an intermediate encoded data (customizable but guaranteed that the conversion does not lose data) and then into the database-defined encoding, When fetching data, the converter converts the intermediate encoding to the desired return encoding (customizable).

Set the character encoding type of the notification server client

3. Garbled and Missing cases

In fact, the above mentioned coding, including encoding and decoding.

Types of character sets supported by queries:

4. Proofing set: Collation of characters. A character set can have multiple proofing sets.

4.1 Viewing the supported proofing sets:

4.2 Defining the proofing set must correspond to the character Set mode:

MySQL Overview (ix) character sets and proofing sets

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.