aaa

http://repo.proxysql.com/

 

How To Install  ProxySQL :

https://repo.proxysql.com/ProxySQL/



Ubuntu and Debian:

apt-get install -y lsb-release
wget -O - 'https://repo.proxysql.com/ProxySQL/repo_pub_key' | apt-key add -
echo deb https://repo.proxysql.com/ProxySQL/proxysql-1.4.x/$(lsb_release -sc)/ ./ | tee /etc/apt/sources.list.d/proxysql.list

Install:
apt-get -y update
apt-get -y install proxysql OR apt-get -y install proxysql=version


Centos Servers:

vi /etc/yum.repos.d/proxysql.repo
[proxysql_repo]
name= ProxySQL YUM repository
baseurl=https://repo.proxysql.com/ProxySQL/proxysql-1.4.x/centos/$releasever
gpgcheck=1
gpgkey=https://repo.proxysql.com/ProxySQL/repo_pub_key

Install:
yum install proxysql OR yum install proxysql-version
posted @ 2019-06-23 23:04  邓聪聪  阅读(166)  评论(0编辑  收藏  举报