Troubleshooting of garbled MySQL 5.0.16

Source: Internet
Author: User

1. Set phpMyAdmin
Language: Chinese Simplified (zh-utf-8)
MySQL Character Set: UTF-8 Unicode (utf8)
MySQL connection verification 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.

5CodeAdding
$ Db-> query ("set Character Set GBK"); required in Linux, not required in Windows
This is equivalent to connection character sets and collations.

Trackback: http://tb.blog.csdn.net/TrackBack.aspx? Postid = 536707

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.