安装:
yum -y install mariadb-server
停止和启用:
systemctl stop mariadb.service systemctl start mariadb.service
开启自动启动:
systemctl enable mariadb.service