How to modify the mysql character set and database engine _ MySQL
Source: Internet
Author: User
Share The bitsCN. comMySQL character set: cp1252 West European (latin1) to solve the garbled problem.
When you use phpmyadmin in the VM space to operate the database, if the MySQL character set displayed on the phpmyadmin homepage is cp1252 West European (latin1), garbled characters will appear when we import data, the solution is:
There is a Language option on the right of the phpmyadmin home page, change the default Chinese-Chinese simplified-gb2312 to Chinese-Chinese simplified, then the MySQL character set on the left will become UTF-8 Unicode (utf8 ), garbled problem solved!
Phpmyadmin creates a database by default. the default database engine is innodb. if you want to change it to myisam with higher flexibility
In my. ini, find default-storage-engine = innodb and change it to myisambitsCN.com.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.