MySQL5.5 the default encoding settings to modify the method detailed

Source: Internet
Author: User

Look up the information on the Internet, set the default code on the line. Set the method to open the My.ini. Generally in the MySQL installation directory, but Xampp MySQL seems to be in the installation directory under the bin directory.

Add under [client]

The code is as follows Copy Code

Default-character-set=utf8,

Add under [mysqld]

The code is as follows Copy Code

Character_set_server=utf8;

or add under [MySQL]

The code is as follows Copy Code

Default-character-set=utf8,


Restart the MySQL service

The code is as follows Copy Code
Service MySQL Start

At this point, complete the Modify default encoding, login MySQL and then reuse show variable like '%character% '

This allows you to set the default encoding for MySQL to UTF8.

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.