报错信息:[root@iZwz946ibli8ikuyqgtc58Z ~]# yum install rh-redis5-redis
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfi...
CentOS7在2024年6月30停止维护Loaded plugins: fastestmirrorDetermining fastest mirrorsCould not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=stock err...
安装mysql第一步:查看本地是否已安装MySQL数据库rpm -qa|grep mysql可以查看本地安装的数据库版本第二步:卸载数据库(如果本地没有安装,这一步可以略过)rpm -e mysql-libs --nodeps第三步:卸载vi /etc/sysconfig/iptables ,添加repo(一共有两个)第一个:...