当前位置:Gxlcms > 数据库问题 > YUM技术安装mariadb

YUM技术安装mariadb

时间:2021-07-01 10:21:17 帮助过:5人阅读

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

标签:mysqld   mysq   base   server   div   blog   sql   star   mct   

人气教程排行