from: https://blog.csdn.net/jiangbenchu/article/details/98080951
版權聲明:本文為博主原創文章,遵循 CC 4.0 BY-SA 版權協議,轉載請附上原文出處鏈接和本聲明。
本文鏈接:https://blog.csdn.net/jiangbenchu/article/details/98080951
僅安裝MySQL客戶端
# 添加rpm源
[root@k8s-master ~]# rpm -ivh https://repo.mysql.com//mysql57-community-release-el7-11.noarch.rpm
[root@test1 ~]#
# 通過yum搜索
[root@test1 ~]# yum search mysql-community
[root@test1 ~]#
# 安裝x64位的 mysql客戶端
[root@test1 ~]# yum install mysql-community-client.x86_64 -y
————————————————
版權聲明:本文為CSDN博主「常名先生」的原創文章,遵循 CC 4.0 BY-SA 版權協議,轉載請附上原文出處鏈接及本聲明。
原文鏈接:https://blog.csdn.net/jiangbenchu/article/details/98080951