# 安装x64位的 mysql客户端

yum install mysql-community-client.x86_64

 

如果上面的有问题,可以使用:

wget http://dev.mysql.com/get/mysql-community-release-el7-5.noarch.rpm
rpm -ivh mysql-community-release-el7-5.noarch.rpm

rpm -ivh https://repo.mysql.com//mysql57-community-release-el7-11.noarch.rpm

后在执行上述

相关文章:

  • 2021-09-29
  • 2021-09-24
  • 2021-06-13
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-03
猜你喜欢
  • 2021-10-10
  • 2022-02-27
  • 2022-01-01
  • 2022-12-23
  • 2022-12-23
  • 2021-10-30
相关资源
相似解决方案