摘要:
1.先卸载原系统中的mariadb 首先执行命令rpm -qa|grep mariadb查看是否有mariadb的安装包,没有可以无视 如果有执行 rpm -e --nodeps mariadb-libs 2. 官网下载mysql5.7 安装包 1.前往官方网站复制链接如下: wget https: 阅读全文
摘要:
卸载Centos7自带的Maridb数据库 卸载maridb:[root@host-131 ~]# rpm -qa | grep mariadbmariadb-libs-5.5.52-1.el7.x86_64[root@host-131 ~]# yum -y remove mari*[root@ho 阅读全文