In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)06/01 Report--
This article mainly introduces the solution of garbled code in mysql database, which is very detailed and has certain reference value. Friends who are interested must finish reading it.
The solution to garbled code in mysql database is to open the my.ini configuration file first, then add the configuration [default-character-set=utf8], modify the default character set, and finally restart the mysql service.
MySQL defaults to the latin1 (actually ISO-8859-1) character set, so we need to adjust it to the UTF8 character set.
Specific methods:
First, check the current MySQL default character set encoding:
Mysql > show variables like "char%"
Then go to the MySQL installation directory, rename the my-default.ini file to my.ini file and open it
Then make the following modifications:
[client] Node default-character-set=utf8 (add) [mysql] Node default-character-set=utf8 (modify) [mysqld] Node character_set_server=utf8 (modify)
Restart the mysql service when you are finished.
Net stop mysqlnet start mysql above are all the contents of the solution to garbled code in mysql database. Thank you for reading! Hope to share the content to help you, more related knowledge, welcome to follow the industry information channel!
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.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
Http://www.mkyong.com/mongodb/spring-data-mongodb-hello-world-example/
© 2024 shulou.com SLNews company. All rights reserved.