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

my.ini文件配置mysql字符集

时间:2015-09-14 22:48:14      阅读:200      评论:0      收藏:0      [点我收藏+]

标签:

技术分享

技术分享

# The following options will be passed to all MariaDB clients
[client]
#password = your_password
port  = 3306
socket  = /tmp/mysql.sock
default-character-set=utf8

# Here follows entries for some specific programs

# The MariaDB server
[mysqld]
port  = 3306
socket  = /tmp/mysql.sock
character-set-server=utf8
character-set-filesystem = utf8

my.ini文件配置mysql字符集

标签:

原文地址:http://my.oschina.net/heau/blog/506068

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