0

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

我怎样才能改变它?

我对openstack的packstack安装有点问题

4

1 回答 1

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排序规则和字符集帮助

于 2013-05-28T07:52:57.503 回答