wget
1、解壓安裝程式檔案
[root@mysqlrouter mytmp]# tar -xzvf mysql-router-2.0.4-linux-glibc2.12-x86-64bit.tar.gz
2、重新命名安裝資料夾
[root@mysqlrouter mytmp]# mv mysql-router-2.0.4-linux-glibc2.12-x86-64bit /usr/local/mysqlrouter
3、建立日誌和配置相關檔案存放目錄
[root@mysqlrouter mytmp]# cd /usr/local/mysqlrouter
[root@mysqlrouter mysqlrouter]# mkdir logs
[root@mysqlrouter mysqlrouter]# mkdir etc
4、建立配置檔案 (利用模板檔案建立)
[root@mysqlrouter mysqlrouter]#cp share/doc/mysqlrouter/sample_mysqlrouter.ini ./etc/mysqlrouter.conf
配置項內容如下:
[default]
logging_folder = /usr/local/mysqlrouter/logs
plugin_folder = /usr/local/mysqlrouter/lib/mysqlrouter
config_folder = /usr/local/mysqlrouter/etc
runtime_folder = /usr/local/mysqlrouter/run
[logger]
level = info
[routing:read_write]
bind_address = 192.168.1.47
bind_port = 7001
mode = read-write
destinations = 192.168.1.41:3306
max_connections = 65535
max_connect_errors = 100
client_connect_timeout = 9
[routing:read_only]
bind_address = 192.168.1.47
bind_port = 7002
mode = read-only
destinations = 192.168.1.42:3306,192.168.1.43:3306
max_connections = 65535
max_connect_errors = 100
client_connect_timeout = 9
[keepalive]
interval = 60
注:引數說明
bind_address 指定mysql router繫結的伺服器
bind_port 指定繫結的埠
destinations 指定後端mysql server列表 (ip:port 格式,使用逗號分隔)
mode 讀寫模式(read-write, read_only)
5、啟動 mysql router
[root@mysqlrouter mysqlrouter]# cd bin
[root@mysqlrouter bin]# ./mysqlrouter -c /etc/mysqlrouter.conf &
中介軟體 訊息中介軟體學習總結
冪等 在程式設計中.乙個冪等操作的特點是其任意多次執行所產生的影響均與一次執行的影響相同。冪等函式,或冪等方法,是指可以使用相同引數重複執行,並能獲得相同結果的函式。這些函式 不會影響系統狀態,也不用擔心重複執行會對系統造成改變。例如,getusername 和settrue 函式就是乙個冪等函式....
中介軟體作業
主要檔案的 fctrl client linux.c this is sample code generated by rpcgen.these are only templates and you can use them as a guideline for developing your ow...
ASTA中介軟體
幾年前我用mts的時候就聽說asta了,後來我們公司也搞與midas和asta類似的中介軟體tm bso,現在mts昇華到com 我們的tm由於穩定性和效率不夠也夭折了,最近乙個朋友在一家大型物流軟體公司做開發,說還在使用asta,去asta 看看,還活得很健壯,支援delphi2006 soap,...