After mysql is reinstalled, garbled characters can be set to utf8.

Source: Internet
Author: User

View the current connection system parameters: show variables like '% char % ';

Mysql> show variables like 'Char % ';
+ -------------------------- + ----------------
| Variable_name | Value
+ -------------------------- + ----------------
| Character_set_client | gbk
| Character_set_connection | gbk
| Character_set_database | latin1
| Character_set_filesystem | binary
| Character_set_results | gbk
| Character_set_server | latin1
| Character_set_system | utf8
| Character_sets_dir | C :/

+ -------------------------- + ----------------
8 rows in set (0.00 sec)
Mysql>

The database and server character set can only be set to utf8 in the configuration file, otherwise it does not work

In the command line: stop command: net stop mysql

Start command: net start mysql
Mysql core configuration file my. ini

[Mysql] mainly configures the command line client parameter default-character-set = utf8 ---- affects the client, connection, and result
[Mysqld] configuring the server parameter character-set-server = utf8 ----- affects database server

Set global log_bin_trust_function_creators = 1 when adding a function in mysql; specify the parameter; otherwise, the function cannot be created.

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.