更改默认字符集
问题描述:
如何在phpMyAdmin中将默认字符集从UTF-8更改为ISO-8859-1?
How do I change the default charset from UTF-8 to ISO-8859-1 in phpMyAdmin?
答
您需要转到phpmyadmin > information_schema > schemata >
通过查询更改DEFAULT_CHARACTER_SET_NAME
You need to go to phpmyadmin > information_schema > schemata >
change your DEFAULT_CHARACTER_SET_NAME
with query