MySQL uses cmd to query Chinese garbled characters and mysqlcmd to query garbled characters

Source: Internet
Author: User

MySQL uses cmd to query Chinese garbled characters and mysqlcmd to query garbled characters

When viewing the MYSQL database table, CMD finds that Chinese data cannot be inserted and the Chinese characters are garbled.

Method: Find the my. ini file in the mysql Installation File and add: default-character-set = utf8.

The modified results are as follows:

[Client]
Port = 3306
Default-character-set = utf8
[Mysql]
Default-character-set = utf8


After modification, log on to mysql through cmd: mysql-u root-p

View the encoding format: show variables like "% char % ";

Change the original encoding format of the database:

Set character_set_database = utf8;

Set character_set_server = utf8;

Set character_set_client = utf8;

Set character_set_connection = gbk;

Set character_set_results = gbk;






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.