一、安装:
yum install mariadb-server mariadb
二、启动服务:
systemctl start mariadb
三、配置大小写敏感问题、和字符为utf8:
vim /etc/my.cnf
添加下列内容: