日韩av黄I国产麻豆传媒I国产91av视频在线观看I日韩一区二区三区在线看I美女国产在线I麻豆视频国产在线观看I成人黄色短片

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 >

mysql router安装教程_MySQL Router 安装与配置

發布時間:2025/4/16 105 豆豆
生活随笔 收集整理的這篇文章主要介紹了 mysql router安装教程_MySQL Router 安装与配置 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

1.9.2.?配置 MySQL Router

默認配置

# cat /etc/mysqlrouter/mysqlrouter.ini

# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.

#

# This program is free software; you can redistribute it and/or modify

# it under the terms of the GNU General Public License as published by

# the Free Software Foundation; version 2 of the License.

#

# This program is distributed in the hope that it will be useful,

# but WITHOUT ANY WARRANTY; without even the implied warranty of

# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the

# GNU General Public License for more details.

#

# You should have received a copy of the GNU General Public License

# along with this program; if not, write to the Free Software

# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

#

# MySQL Router configuration file

#

# Documentation is available at

# http://dev.mysql.com/doc/mysql-router/en/

[DEFAULT]

logging_folder = /var/log/mysqlrouter/

plugin_folder = /usr/lib64/mysqlrouter

runtime_folder = /var/run/mysqlrouter

config_folder = /etc/mysqlrouter

[logger]

level = info

# If no plugin is configured which starts a service, keepalive

# will make sure MySQL Router will not immediately exit. It is

# safe to remove once Router is configured.

[keepalive]

interval = 60

1.9.2.1.?主備配置

適用于 MySQL Master-Master / Master-Slave 方案,當一臺Master出現故障后另一臺Master或者Slave接管

[routing:failover]

bind_address = 192.168.0.5

bind_port = 3306

max_connections = 1024

mode = read-write

destinations = 192.168.0.10:3306,192.168.0.11:3306

1.9.2.2.?負載均衡配置

主要用于輸在均衡

[routing:balancing]

bind_address = 192.168.0.5

bind_port = 3307

connect_timeout = 3

max_connections = 1024

mode = read-only

destinations = 192.168.0.20:3306,192.168.0.21:3310

總結

以上是生活随笔為你收集整理的mysql router安装教程_MySQL Router 安装与配置的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。