Mysql character set and database engine modification method sharing _mysql
Source: Internet
Author: User
MySQL Character set: cp1252 West European (latin1), solve garbled problem
Use the virtual host space on the phpMyAdmin operation database, if you see the phpMyAdmin home page on the MySQL character set for cp1252 West European (latin1), when we import data will appear garbled, the solution is:
There is a language option on the right-hand side of the phpMyAdmin home page to convert the default Chinese-Chinese simplified-gb2312 to Chinese-Chinese simplified, the MySQL character set on the left will become UTF-8 Unicode (UTF8), garbled problem to be solved!
phpMyAdmin default database engine for database creation is InnoDB if you want to modify to a more flexible MyISAM
Find Default-storage-engine=innodb in My.ini, change to MyISAM
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.
A Free Trial That Lets You Build Big!
Start building with 50+ products and up to 12 months usage for Elastic Compute Service