溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊(cè)×
其他方式登錄
點(diǎn)擊 登錄注冊(cè) 即表示同意《億速云用戶(hù)服務(wù)條款》

haproxy的安裝

發(fā)布時(shí)間:2020-08-18 20:17:08 來(lái)源:ITPUB博客 閱讀:145 作者:psufnxk2000 欄目:MySQL數(shù)據(jù)庫(kù)
下載地址:

http://www.haproxy.org/#down


文檔地址:

http://www.haproxy.org/#doc1.6



下載好源碼之后,解壓:

安裝 make install



cat /etc/test-sql.cfg

# This is a test configuration.

# It requires a mysql server running on local port 3306.


global

maxconn 500

pidfile /tmp/proxy.pid


defaults

contimeout 1000

clitimeout 5000

srvtimeout 5000

retries 1

option redispatch

mode tcp



listen test

bind :3307

mode tcp

balance roundrobin

option tcp-check

#option mysql-check user haproxy

server srv1 10.10.230.172:3306 check port 3306 inter 1000 fall 1

# server srv2 127.0.0.2:3306 check port 3306 inter 1000 fall 1

# server srv3 127.0.0.3:3306 check port 3306 inter 1000 fall 1

# server srv4 127.0.0.4:3306 check port 3306 inter 1000 fall 1



啟動(dòng):

haproxy -f /etc/test-sql.cfg

[root@10-10-157-43 tests]# ps -ef |grep pro

root 3177 728 0 19:59 pts/0 00:00:00 haproxy -f /etc/test-sql.cfg

root 3187 728 0 20:00 pts/0 00:00:00 grep pro



重新加載:

[root@10-10-157-43 tests]# haproxy -f /etc/test-sql.cfg -sf 3177 &


轉(zhuǎn)載請(qǐng)注明源出處 
QQ 273002188 歡迎一起學(xué)習(xí) 
QQ 群 236941212 
oracle,mysql,PG 相互交流
向AI問(wèn)一下細(xì)節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長(zhǎng)郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI