首页 > 数据库技术 > 详细

mysql识别中文

时间:2015-07-09 14:25:35      阅读:229      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!