摘要: 一、检查系统是否自带了mariadb数据库,如果有自带,我们就卸载 a. 检查是否有安装 # yum list installed |grep mariadb b. 这里系统自带了,我们把它卸载 # yum remove mariadb-libs.x86_64 二、首先我们要先去mysql官网下载y 阅读全文
posted @ 2020-07-30 20:16 Brother_BigCousin 阅读(747) 评论(0) 推荐(0)
摘要: 一、安装centos虚拟机 二、检查防火墙是否开启,如果开启我们把它关了并设置禁止开机自启动 # service firewalld status 检查防火墙服务状态 # systemctl stop firewalld 停止运行防火墙 # systemctl disable firewalld 禁 阅读全文
posted @ 2020-07-30 17:06 Brother_BigCousin 阅读(212) 评论(0) 推荐(0)