仅安装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
Centos 7 仅安装Mysql client
最新推荐文章于 2025-05-11 18:02:59 发布
本文详细介绍了在Linux环境中如何安装MySQL的x64位客户端。首先通过rpm命令添加MySQL的yum源,然后使用yum搜索mysql-community,最后安装mysql-community-client.x86_64包,确保系统能够拥有MySQL的客户端工具。
931

被折叠的 条评论
为什么被折叠?



