When PHP builds a table, how to add the connection proofreading to the Chinese text section?

Source: Internet
Author: User
In order to solve the problem of character garbled, I was told to build the table when the text field plus a connection to proofread gbk_chinese_ci or utf8_general_ci
Tell MySQL what character set to store the data in.

Want to know how to add the concrete? Thank you


Reply to discussion (solution)

Like what
CREATE TABLE ' Tb_userinfo ' (
' ID ' int (a) is not NULL auto_increment,
' username ' varchar (CHARACTER) SET UTF8 DEFAULT NULL,
' Password ' varchar DEFAULT NULL,
' Email ' varchar DEFAULT NULL,
PRIMARY KEY (' id ')
) Engine=innodb auto_increment=90 DEFAULT charset=latin1

Beginners can use graphical tools such as phpMyAdmin to choose

It's a little clear, thank you.

  • 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.