Linux modified MYQL encoding configuration and other information reference

Source: Internet
Author: User

MySQL configuration:

1: Edit the configuration file;

Vi/etc/my.cnf

2: Modify the configuration as follows;

[Client]

Password = 123456

Port = 3306

Default-character-set=utf8

[Mysqld]

Port = 3306

Character_set_server=utf8

Character_set_client=utf8

Collation-server=utf8_general_ci

# (Note that Linux is the default after MySQL is installed: Table names are case-sensitive, column names are case-insensitive; 0: Case sensitive, 1: case insensitive)

Lower_case_table_names=1

# (Set the maximum number of connections, default is the maximum number of connections allowed for the 151,MYSQL server 16384;)

max_connections=1000

[MySQL]

Default-character-set = UTF8

Socket =/var/lib/mysql/mysql.sock

Linux modified MYQL encoding configuration and other information reference

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.