Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Modify Linux Mysql character encoding

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/03 Report--

Modify MySQL character encoding

1. Log in to the database and view the database character coding table (SHOW VARIABLES LIKE 'character%';)

two。 Exit the database, modify the mysql configuration file, and change the database character encoding (vi / etc/my.cnf)

4. Add the following code after entering the configuration file, and then save and exit

[client]

Default-character-set=utf8

Character-set-server=utf8

Collation-server=utf8_unicode_ci

5. Restart the database service and log in to the database (systemctl restart mysql.service)

6. Check the coding table again to confirm that the modification is complete (SHOW VARIABLES LIKE 'character%';)

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report