mysql-router 8 yum安装

1.配置安装源mysql

#配置MySQL5.7的安装源
#https://repo.mysql.com/mysql57-community-release-el7.rpm
#https://repo.mysql.com/mysql57-community-release-el7-11.noarch.rpm
rpm -Uvh https://repo.mysql.com/mysql57-community-release-el7-11.noarch.rpmsql

#安装MySQL 5.7社区版服务以及客户端工具
yum --enablerepo=mysql57-community install -y mysql-community-server工具

 

#配置MySQL8.0的安装源
#https://repo.mysql.com/mysql80-community-release-el7.rpm
#https://repo.mysql.com/mysql80-community-release-el7-1.noarch.rpm
rpm -Uvh https://repo.mysql.com/mysql80-community-release-el7-1.noarch.rpmrouter

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

 

2. 安装mysql-router:blog

yum install mysql-router -yit

相关文章
相关标签/搜索