1. 程式人生 > >MySQL MHA高可用方案(一)

MySQL MHA高可用方案(一)

1.1 系統環境

所以有伺服器的版本均如下所示,這裡只是拿其中一臺來列出版本號。

[[email protected] ~]# cat /etc/redhat-release;uname -r;uname -m;

CentOS release 6.8 (Final)

2.6.32-642.el6.x86_64

x86_64

[[email protected] ~]# /etc/init.d/iptables status

iptables: Firewall is not running.

[[email protected] ~]# getenforce

Disabled

[[email protected] ~]# tail -5 /etc/ssh/sshd_config

Port 921                 <=ssh埠是921

PermitRootLogin no       <=不讓root使用者遠端登入

PermitEmptyPasswords no  <=不讓空密碼的使用者登入

UseDNS no                <=不讓其進行DNS解析

GSSAPIAuthentication no  <=解決ssh連線慢的問題

[[email protected] ~]# tail -4 /etc/hosts

172.16.1.11 db01

172.16.1.12 db02

172.16.1.13 db03

172.16.1.14 db04

1.2 主機規劃

1.png

說明:

eth0網絡卡只是用於ssh工具連線

eth1網絡卡是內網網絡卡,用於伺服器之間的通訊

1.3 軟體獲取

連結:https://pan.baidu.com/s/14Bq5r38wqcu8pQn3OVDMKg

提取碼:7gs3