找出哪个Unicode

时间:2013-05-28 07:48:45

标签: mysql service unicode openstack

有没有办法找出我的MySQL服务使用的编码?

我怎样才能改变它?

我对openstack的packstack安装有点问题

1 个答案:

答案 0 :(得分:1)

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 Collation and Character set help