Mysql page garbled

Source: Internet
Author: User


Mysql page garbled problem, you can change the encoding format of the mysql database to the same, UTF8 or gbk1. database encoding www.2cto.com 2. table encoding 3. my. ini modifies the mysql character encoding to UTF8 Mysql database, which is an open source database and is widely used. The following describes how to modify the character encoding of the mysql database. Step 1: view the current character encoding method mysql> show variables like 'character % '; + metrics + | Variable_name | Value | + metrics + | character_set_client | latin1 | character_set_connection | latin1 | character_set_database | latin1 | metrics | binary | latency | latin1 | | character_set_server | latin1 | Character_set_system | utf8 | character_sets_dir |/usr/share/mysql/charsets/| + ------------------------ + rows + 8 rows in set (0.00 sec) characters are encoded as latin1, when you insert a character type (char) record to the data table, data of the character type may not be displayed normally when this record is displayed. Therefore, we modify the mysql character encoding to UTF8. The operation is as follows: www.2cto.com Step 2: modify my. the cnf configuration file is modified as follows: [client] # password = your_password port = 3306 socket =/var/lib/mysql. sock default-character-set = utf8 # set the default encoding to UTF8

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.