当前位置:首页
> haproxy代理mysql
haproxy代理mysql
5天前CN2资讯
背景 在做mysql集群的时候需要一个负载均衡解决方案,以便流量可以按照需求传给mysql各个节点,以下主要记录haproxy的配置 安装mysql(略) 创建haproxy用户 create user if not exists 'haproxy'@'%' identified with mysq...