存档

文章标签 ‘mysql 集群’

MariaDB Galera Cluster Startup

2014年8月24日 没有评论

1.环境

系统信息 CentOS-6.5-x86_64

服务器节点IP:192.168.1.200 , 192.168.1.201 , 192.168.1.202

2.关闭SELinux

修改/etc/selinux/config 文件

将SELINUX=enforcing改为SELINUX=disabled

重启机器(可以通过/usr/sbin/sestatus -v  查看状态)

3.安装基础软件支撑

yum  -y install tcp_wrappers
wget http://pkgs.repoforge.org/socat/socat-1.7.2.4-1.el6.rf.x86_64.rpm
rpm -iv socat-1.7.2.4-1.el6.rf.x86_64.rpm

4.安装Mariadb Galera Cluster
阅读全文…