Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法找出我的 MySQL 服务使用的编码?
我怎样才能改变它?
我对openstack的packstack安装有点问题
mysql> SHOW variables LIKE '%character_set%'; // provide information of character set of db mysql> show collation
利用
mysql> `SET character_set_client = utf8` // your character set value
Mysql排序规则和字符集帮助