标签:systemctl style etc code nbsp 数据 emc span div
查资料发现是CentOS 7 版本将MySQL数据库软件从默认的程序列表中移除,用mariadb代替了。
有两种解决办法:
[root@a ~]# yum install mariadb-server mariadb
启动mariadb
[root@a ~]# systemctl start mariadb
mysql配置文件为/etc/my.cnf
最后加上编码配置
[mysql]
default-character-set =utf8
标签:systemctl style etc code nbsp 数据 emc span div
原文地址:http://www.cnblogs.com/liu1026/p/7629483.html