Step 1: Use Notepad to open the "my.ini" file in the MySQL installation directory. # MySQL client library initialization. [client] port=3306 [mysql] default-character-set=utf8 Check if Step 2: Enter in the MySQL database cmd: This is what it looks like after successful setup. Step 3: set character_set_database=utf8; set character_set_server=utf8; set character_set_client=gbk; set character_set_connection=gbk; This is the configuration to insert Chinese characters. You must enter these commands in cmd to run mysql. Step 4: set character_set_results=gbk This is the configuration to display Chinese. Done Next, I will share a graphic operation method#Solve the problem that mysql cannot input Chinese characters Modify the mysql character set and modify the configuration file my.ini
We have already established the database, and now we also need to change the database character set in Navicat for MySQL. Right-click the database and select Database Properties, as shown in the figure. After entering, change the character set to utf8
Then in "Options", modify the character set of the table.
Enter the design table, click on a field, and find that the data type is still Latin1. OK, just change it one by one.
Summarize The above is the solution to the problem that MySQL on the window system cannot input or display Chinese. I hope it will be helpful to everyone. If you have any questions, please leave me a message and I will reply to you in time! You may also be interested in:
|
<<: Nginx merges request connections and speeds up website access examples
>>: Writing Snake Game with Native JS
This article uses examples to describe the basic ...
[LeetCode] 185. Department Top Three Salaries The...
CSS3 -- Adding shadows (using box shadows) CSS3 -...
Preface: It’s the end of the year, isn’t it time ...
Our veteran predecessors have written countless c...
JavaScript - Principles Series In daily developme...
Table of contents Common key aliases Key without ...
Unique “About”-Pages A great way to distinguish yo...
background A colleague is working on his security...
How to change the image hyperlink when the mouse p...
Table of contents 1. MySQL data backup 1.1, mysql...
one. Remote deployment using tomcat 1.1 Problems ...
NProgress is the progress bar that appears at the...
1. Differences in network configuration between C...
In Black Duck's 2017 open source survey, 77% ...