Linux中Centos7下安装Mysql(更名为Mariadb)
Posted 宋兴柱-Sindrol
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux中Centos7下安装Mysql(更名为Mariadb)相关的知识,希望对你有一定的参考价值。
一、安装:
yum install mariadb-server mariadb
二、启动服务:
systemctl start mariadb
三、配置大小写敏感问题、和字符为utf8:
vim /etc/my.cnf
添加下列内容:
以上是关于Linux中Centos7下安装Mysql(更名为Mariadb)的主要内容,如果未能解决你的问题,请参考以下文章