How to solve the garbled problem of MySQL 5.0.16

Source: Internet
Author: User
Tags character set mysql

Q: How to solve the MySQL 5.0.16 garbled problem?

A: MySQL 5.0.16 garbled problem can be solved in the following way:

<>< p=""><>

1. Set phpMyAdmin


Language:chinese Simplified (zh-utf-8)

MySQL Character Set: UTF-8 Unicode (UTF8)

MySQL Connection Proofing Gbk_chinese_ci


2. When creating a database


Organize and set into Gbk_chinese_ci

3. Create a table with SQL


Engine=myisam DEFAULT CHARSET=GBK;

Engine=innodb DEFAULT CHARSET=GBK auto_increment=40;

4. Check the table structure


The collation property of varchar (100) is Gbk_chinese_ci


Other types of collation properties are empty.

5. Add in the Code


$db->query ("Set CHARACTER set GBK"); Linux is required, not required under 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.