The garbled code problem is as follows: The reason for the problem is very simple. It is nothing more than a deviation between the encoding of the command line and the encoding set internally in MySQL. We right-click the properties to check the encoding of the following command line, which is GBK. solve: mysql> show variables like 'character%'; -- Fuzzy query global variables starting with character
The above three can be set to GBK respectively: This can be done simply by: Of course, the above two steps are temporary and will still be the same next time you turn it on, so the graphical interface is really great. So far, it's over:
The above is the details of how MySQL solves the DOS window garbled problem. For more information about MySQL DOS window garbled characters, please pay attention to other related articles on 123WORDPRESS.COM! You may also be interested in:
|
<<: Analysis of the configuration process of installing mariadb based on docker
>>: Detailed explanation of Javascript string methods
I have always wanted to learn about caching. Afte...
1. Open port 2375 Edit docker.service vim /lib/sy...
To summarize the form submission method: 1. Use t...
I used ECharts when doing a project before. Today...
Table of contents Business Logic Data table struc...
Ideas It's actually very simple Write a shell...
Table of contents 1. Implement the component time...
Preface In the early stages of some projects, dev...
I wrote this blog to remember that I just install...
Table of contents 1. Monitoring port Relationship...
The use of computed in vue3. Since vue3 is compat...
Table of contents 1. v-if 2. Use v-if on <temp...
It is mainly a CSS style control and a META tag; C...
Recently, after refreshing the website, 503 Servi...
First post the effect picture: A scroll bar appear...