码迷,mamicode.com
首页 > 其他好文 > 详细

centos 7.0 下触发器乱码的解决

时间:2015-03-06 13:55:00      阅读:109      评论:0      收藏:0      [点我收藏+]

标签:

[root@iZ62jhlmmZ ~]# uname -a
Linux iZ62jhlmsymZ 3.10.0-123.13.2.el7.x86_64 #1 SMP Thu Dec 18 14:09:13 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
[root@iZ62jhlmmZ ~]# mysql
Welcome to the MariaDB monitor.  Commands end with ; or \g.
Your MariaDB connection id is 9
Server version: 5.5.41-MariaDB MariaDB Server

修改配置文件

[root@iZ62jhlmmZ ~]# vi /etc/my.cnf.d/server.cnf


在 [mysqld] 下添加
character-set-server = utf8
character-set-filesystem = utf8

保存退出

[root@iZ62jhlmsymZ ~]# service mariadb restart

在 mysql 中

SHOW VARIABLES LIKE ‘character_set_%‘;
SHOW VARIABLES LIKE ‘collation_%‘;

检查结果是否正确

 

centos 7.0 下触发器乱码的解决

标签:

原文地址:http://www.cnblogs.com/diylab/p/4317870.html

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