In most cases, MySQL does not support Chinese when it is just installed. This is due to encoding issues. We can permanently enable MySQL to recognize Chinese by modifying the configuration file. First we need to display the hidden files in the folder (as shown in the picture)↓ In MySQL 5.5 and older versions, most configuration files are in the installation directory. The my.ini file in the figure below is what we need. In MySQL 5.7 and above, the configuration file is located in the following position We just need to open my.ini and change the default encoding of the code segment below to utf8 and save it. If it prompts that you do not have permission to modify, you can run the editor as an administrator, then use the editor to open my.ini and save it. This is the end of this article about the permanent solution to MYSQL not being able to recognize Chinese. For more related content about MYSQL not being able to recognize Chinese, please search for previous articles on 123WORDPRESS.COM or continue to browse the related articles below. I hope everyone will support 123WORDPRESS.COM in the future! You may also be interested in:
|
<<: Semantics: Is Html/Xhtml really standards-compliant?
>>: Element UI table realizes drop-down filtering function
1: Installation command pip install docker-compos...
Achieve resultsRequirements/Functionality: How to...
The problems and solutions encountered when deplo...
Table of contents 1. Function Binding 2. With par...
Table of contents What is Docker Client-side Dock...
Overlay network analysis Built-in cross-host netw...
Table of contents 1. RegExp object 2. Grammar 2.1...
Table of contents 1. setState() Description 1.1 U...
The test environment is set up with a mariadb 5.7...
This article mainly introduces an example of Vue ...
Table of contents 1. Check the status of the serv...
Deleting a single table: DELETE FROM tableName WH...
Table of contents 1. Teleport usage 2. Complete t...
1. Create a docker network card [root@i ~]# brctl...
Table of contents 1. Create a new project 2. Add ...