ProxySQL

Posted geek_ace

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ProxySQL相关的知识,希望对你有一定的参考价值。

安装

下载安装包:下载

下载完成后用系统包管理器安装程序:

wget https://github.com/sysown/proxysql/releases/download/v1.4.9/proxysql_1.4.9-ubuntu16_amd64.deb
dpkg -i proxysql_1.4.9-ubuntu16_amd64.deb

你也可以配置apt(deb/ubuntu)或者yum(centos/redhat/...)源来安装

Ubuntu / Debian:

配置repo

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

安装

apt-get update
apt-get install proxysql OR apt-get install proxysql=version

Red Hat / CentOS:

配置repo

cat <<EOF | tee /etc/yum.repos.d/proxysql.repo
[proxysql_repo]
name= ProxySQL YUM repository
baseurl=http://repo.proxysql.com/ProxySQL/proxysql-1.4.x/centos/$releasever
gpgcheck=1
gpgkey=http://repo.proxysql.com/ProxySQL/repo_pub_key
EOF

安装

yum install proxysql OR yum install proxysql-version











以上是关于ProxySQL的主要内容,如果未能解决你的问题,请参考以下文章

mysql中间件proxysql实现mysql读写分离

MySQL中间件proxysql实现MySQL读写分离

mysql中间件proxysql实现mysql读写分离

MySQL中间件之ProxySQL:详述ProxySQL的路由规则

Mysql使用ProxySQL实现读写分离

ProxySQL集群配置