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

mysql识别中文

时间:2015-07-09 14:28:20      阅读:132      评论:0      收藏:0      [点我收藏+]

标签:

在配置的INI中加上这些

[mysql]
default-character-set=utf8
no-auto-rehash
# Remove the next comment character if you are not familiar with SQL
#safe-updates
[mysqld]
collation-server = utf8_unicode_ci
init-connect=‘SET NAMES utf8‘
character-set-server = utf8

mysql识别中文

标签:

原文地址:http://www.cnblogs.com/kaysily/p/4633034.html

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