07 2021 档案

摘要:Centos 7.8配置并初始化 1. 下载镜像 http://mirrors.nju.edu.cn/centos/7.9.2009/isos/x86_64/CentOS-7-x86_64-DVD-2009.iso 禁用 ipv6 原文章 https://www.unixmen.com/disabl 阅读全文
posted @ 2021-07-22 11:10 紫系流月 阅读(240) 评论(0) 推荐(0) 编辑
摘要:如果有卸载官方自带的安装包 rpm -qa | grep -i mysql rpm -qa | grep -i mariadb rpm -e xxxx #注:如上命令删除不成功,有别的软件依赖无法删除时,如下操作: yum remove xxxx 或 rpm -e --nodeps xxxx ``` 阅读全文
posted @ 2021-07-20 10:12 紫系流月 阅读(103) 评论(0) 推荐(0) 编辑
摘要:cat /etc/redhat-release CentOS Linux release 7.9.2009 (Core) 环境准备 卸载原有的mariadb或mysql rpm -qa | grep -i mysql rpm -qa | grep -i mariadb rpm -e mariadb- 阅读全文
posted @ 2021-07-15 19:40 紫系流月 阅读(1144) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示