YUM技术安装mariadb

Posted 哟、写bug呢!

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了YUM技术安装mariadb相关的知识,希望对你有一定的参考价值。

curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
curl -o /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo
yum clean all
yum makecache
yum install epel-release -y
yum makecache
yum install mariadb mariadb-server -y
systemctl restart mysqld
systemctl enable mysqld
mysqladmin -uroot -password 初始密码










以上是关于YUM技术安装mariadb的主要内容,如果未能解决你的问题,请参考以下文章

安装mysql过程

编译安装lamp

YUM技术安装mariadb

MariaDB安装,Apache安装

Centos7 yum安装bind报错

yum安装之-安装mysql--技术支持TPshop商城