How to solve MySQL? 5.0.16 garbled Problem

Source: Internet
Author: User

Q: How can I solve the problem of MySQL 5.0.16 garbled characters?

 

A: The following method can be used to solve the garbled MySQL 5.0.16 problem:

 

 

1. Set phpMyAdmin

 

      Language: Chinese simplified (zh-utf-8) MySQL Character Set: UTF-8 Unicode (utf8) MySQL connection proofread gbk_chinese_ci

 

2. When creating a database

 

Set it to gbk_chinese_ci.

 

 

3. Create a table using SQL

 

      ENGINE=MyISAM DEFAULT CHARSET=gbk; ENGINE=InnoDB DEFAULT CHARSET=gbk AUTO_INCREMENT=40 ;

 

 

4. Check table structure

 

The varchar (100) sorting attribute is gbk_chinese_ci.

 

The sorting attribute of other types is empty.

 

 

5. Add the following code:

 

$ Db-> query ("set character set gbk"); required in Linux, not in Windows.

 

This operation is equivalent to Connection Character Sets and Collations.

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.