mysqlrouter 輕量級中介軟體
官方5.7版本釋出的輕量級中介軟體。可以做小應用,資料一致性要求不高的讀寫分離方案。配置非常簡單。
[DEFAULT]
logging_folder = /usr/local/mysqlrouter
[logger]
level = INFO
[routing:failover]
bind_address = 192.168.6.57
#mysqlrouter server ip
bind_port = 7001
mode = read-write
max_connection = 1024
destinations = 192.168.6.57:3306,192.168.6.57:3307
[routing:balancing]
bind_address = 192.168.6.57
bind_port = 7002
max_connections = 1024
mode = read-only
destination = 192.168.6.57:3307,192.168.6.57:3308
一主雙從模式,3306配置的主,3307做為3306的故障轉移點,當3306當機,自動切換到3307,單是mysqlrouter不能自動將3307-->3308的主從建立。
預設配置檔案在/root/.mysqlrouter.ini這裡,可以透過mysqlrouter --help看到
啟動在mysqlrouter下的bin下的mysqlrouter 執行即可
登陸
mysql -h
10.10.10.10
-uroot -p123 -P7001
10.10.10.10為mysqlrouter的伺服器IP
mysql -h10.10.10.10 -uroot -p123 -p7002 -e"show variables like 'port' "
------
mysqlproxy到目前還不是Generally Available版本。似乎官方不像再搞他了?額... ...
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29990276/viewspace-2058967/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Redis 訊息中介軟體 ServiceStack.Redis 輕量級Redis
- 輕量訊息中介軟體ZeroMQMQ
- Go Web輕量級框架Gin學習系列:中介軟體使用詳解GoWeb框架
- ClickCharts for Mac輕量級思維導圖軟體Mac
- ClickCharts for Mac 輕量級思維導圖軟體Mac
- .NET 工控閘道器 輕量級組態軟體
- 雲原生時代頂流訊息中介軟體Apache Pulsar部署實操之輕量級計算框架Apache框架
- 第二個個人App,輕翻譯,輕量級的翻譯軟體APP
- 分享5款辦公必備的輕量級軟體
- Redis中介軟體與Web中介軟體RedisWeb
- 輕量LINUX:利用舊硬體打破軟硬體升級週期(轉)Linux
- 輕量級的繪畫軟體:Sketches Pro mac中文版Mac
- 中介軟體之訊息中介軟體-pulsar
- 輕量級超級 css 工具CSS
- 輕量級圖片處理軟體:Acorn for Mac v7.4.3直裝版Mac
- ThinkPHP 中介軟體PHP
- redux中介軟體Redux
- golang 中介軟體Golang
- 中介軟體整理
- django中介軟體Django
- Laravel 中介軟體Laravel
- Django——中介軟體Django
- MySQL中介軟體MySql
- 中介軟體-NginxNginx
- 中介軟體漏洞
- 訊息中介軟體Notify和MetaQ-阿里中介軟體阿里
- nSMS-企業級簡訊中介軟體介紹
- nMail-企業級郵件中介軟體介紹AI
- 輕量級UI元件 MagicUI元件
- 輕量級IOC框架:Ninject框架
- 什麼是中介軟體?Linux常用中介軟體都有哪些?Linux
- MySQL中介軟體--ProxySQLMySql
- websocket gateway 中介軟體WebGateway
- 理解Redux中介軟體Redux
- golang http 中介軟體GolangHTTP
- Django-中介軟體Django
- 理解Express中介軟體Express
- 聊聊 koa 中介軟體