码迷,mamicode.com
首页 > 数据库 > 详细

mysql - 查询编码

时间:2015-01-02 22:19:20      阅读:285      评论:0      收藏:0      [点我收藏+]

标签:

show variables like ‘character%‘;

结果如下:

+--------------------------+----------------------------------------------------
-----------+
| Variable_name            | Value
           |
+--------------------------+----------------------------------------------------
-----------+
| character_set_client     | utf8
           |
| character_set_connection | utf8
           |
| character_set_database   | utf8
           |
| character_set_filesystem | binary
           |
| character_set_results    | utf8
           |
| character_set_server     | utf8
           |
| character_set_system     | utf8
           |
| character_sets_dir       | H:\Program Files (x86)\MySQL\MySQL Server 5.5\share
\charsets\ |
+--------------------------+----------------------------------------------------
-----------+
8 rows in set (0.00 sec)

mysql - 查询编码

标签:

原文地址:http://www.cnblogs.com/listened/p/4198888.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!