centos下安装mysql客户端

wget http://repo.mysql.com/mysql57-community-release-el7-8.noarch.rpm &&

rpm -ivh mysql57-community-release-el7-8.noarch.rpm &&

yum install msyql-community-client

你可能感兴趣的:(centos下安装mysql客户端)