1.检测系统是否已经安装过mysql或其依赖:# yum list installed | grep mysql当然也可以用 rpm -qa | grep mysql

019-centos的yum用法

2、卸载已经存在的mysql软件:# yum -y remove mysql-libs.i686(当然也可以用 rpm -e --nodeps 相应mysql版本

019-centos的yum用法

019-centos的yum用法

 3、下载mysql的云源。wget http://dev.mysql.com/get/mysql57-community-release-el7-8.noarch.rpm

4、

相关文章:

  • 2021-11-06
  • 2021-06-04
  • 2021-06-28
  • 2022-01-25
  • 2021-12-31
  • 2022-12-23
  • 2021-10-15
  • 2022-12-23
猜你喜欢
  • 2022-02-03
  • 2021-10-06
  • 2021-04-20
相关资源
相似解决方案