# Homemade tool book # MySQL inserts Chinese characters and obtains garbled data?

Source: Internet
Author: User

In my. ini, the default Character Set of MySQL is latin1. We often use UTF-8 (utf8 in MySQL) and gbk to store Chinese characters.

Therefore, you can add the default charset setting statement at the end of the definition table in a table that needs to store Chinese characters.

The test is successful.

In addition, you can modify my. ini to adjust the global default character set encoding.

In addition, if you use ibatis, You need to configure the following.

Mysql. driver = com. mysql. jdbc. Driver
Mysql. url = jdbc: mysql: // localhost: 3306/ecommsite? UseUnicode = true & characterEncoding = gbk
Mysql. username = root
Mysql. password = *******

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.