Modify MySQL Default character set encoding and mysql character set encoding

Source: Internet
Author: User

Modify MySQL Default character set encoding and mysql character set encoding

It's better to remember it than to write it down. A lot of things were not written down at the time, so I forgot it. The next time I use it, I have to waste a lot of time to solve it. Today, I encountered the problem of modifying the default character set encoding of MySQL. After a long time, I had to solve the problem and record it. I don't have to worry about it every time.

The command for viewing the MySQL character set is "show variables like '% char % ';".

Taking MySQL5.6 as an example, the default character set is:

During work, you must change all character sets to utf8.

The following is the modification method:

1. Open the installation directory. The default value is "C: \ Program Files \ MySQL Server 5.6 ",

2. Copy A my-default.ini in the current folder and rename it "my. ini ",

3. Add "default-character-set = utf8" to both [mysqld] and [client ",

4. Save the configuration file and restart MySQL.

Log on again in the Command window and check again:

We can see that all of them have been changed to utf8.

Done.

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.