CRT and MySQL Chinese garbled solution method

Source: Internet
Author: User

Mysql

Install MySQL
1. Use the root user: Su root
2. Installation
Yum install MySQL
Yum Install Mysql-server
Yum install mysql-devel (optional)
3. Modify the configuration information, add: vim/etc/my.cnf
[MySQL]
Default-character-set=utf8
[Mysqld]
Character-set-server=utf8
Lower_case_table_names=1
4. Start Mysql:service mysqld Restart/stop/start

(After modifying the configuration file Restart service can go in mysql/show variables like ' char% ' status command to view the encoding method)

Crt

It needs to be changed into Chinese.

We need to switch to UTF-8.

To use the Chinese encoding method in Linux

CRT and MySQL Chinese garbled solution method

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.