MySQL character encoding

Source: Internet
Author: User

The mysql5.6 Community Edition is installed.

After installation, the encoding is set to UTF8

In the MySQL INI file

[Mysql]default-character-set=utf8[mysqld]default-character-set=utf8init_connect = ' Set NAMES UTF8 '  

When building a library, an example

CREATE DATABASE ' goods ' CHARACTER SET ' utf8 ' COLLATE ' utf8_general_ci ';

When building a table, an example

CREATE TABLE ' shop ' (id int (one) primary key auto_increment, ' owner ' varchar (+), ' maintype '  varchar ') engine= InnoDB DEFAULT Charset=utf8;

Complete the above settings, in MySQL with the CMD interface, the basic is Chinese.

The encoding is incorrect in the navicat used.

Right-click the Connection property, set to the same encoding as MySQL.

MySQL character encoding

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.