aaa
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