最近在工作中,经常遇到需要在服务器中连接MySQL的情况。记录一下在有互联网访问条件下,快速安装MySQL客户端的方法
wget https://repo.mysql.com//mysql80-community-release-el7-11.noarch.rpm
rpm -ivh mysql80-community-release-el7-11.noarch.rpm
yum search mysql80-community
yum install mysql-community-client