博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
percona xtradb clusterl配置+使用(不定时更新)
阅读量:6534 次
发布时间:2019-06-24

本文共 1155 字,大约阅读时间需要 3 分钟。

1.my.cnf配置

添加:

[client]

default-character-set = utf8user = root 

[mysqld]

character-set-server = utf8collation-server = utf8_general_cibinlog_format=ROWbind-address=0.0.0.0default_storage_engine=InnoDBinnodb_autoinc_lock_mode=2innodb_flush_log_at_trx_commit=0innodb_buffer_pool_size=122Minnodb_locks_unsafe_for_binlog=1wsrep_provider=/usr/lib/libgalera_smm.sowsrep_cluster_address=gcomm://192.168.33.139,192.168.33.140,192.168.33.141wsrep_cluster_name=Elias_DB_Clusterwsrep_node_address=192.168.33.139wsrep_node_name=Elias_DB_Node001wsrep_sst_method=rsyncwsrep_slave_threads=4explicit_defaults_for_timestamp=1default-time-zone = '+8:00'

  

注释:

bind-address=127.0.0.0

关闭 

sudo ln -s /etc/apparmor.d/usr.sbin.mysqld /etc/apparmor.d/disable/sudo apparmor_parser -R /etc/apparmor.d/usr.sbin.mysqld

查看状态:

show status like 'wsrep%';

  

参考:http://www.2cto.com/database/201504/395455.html

 

On the first node:

[root@node1 ~]# /etc/init.d/mysql bootstrap-pxc

On the second (and following nodes):

[root@node2 ~]# /etc/init.d/mysql start

  

https://www.percona.com/doc/percona-xtradb-cluster/5.6/howtos/3nodesec2.html

转载于:https://www.cnblogs.com/elias-1/p/5045778.html

你可能感兴趣的文章
自定义类加载器
查看>>
MySQL数据库事务各隔离级别加锁情况--Repeatable Read && MVCC(转)
查看>>
C++构造函数例程
查看>>
把某一列值转换为逗号分隔字符串
查看>>
iOS中--NSArray调用方法详解 (李洪强)
查看>>
MySQL在导入的时候遇到的错误
查看>>
LINUX 常用命令整理
查看>>
德国禁止Facebook利用WhatsApp用户信息:没法律基础
查看>>
“灾备全生态”全揭秘
查看>>
CSS盒子模型
查看>>
Zeppelin Prefix not found.
查看>>
ubuntu中eclipse安装svn插件问题
查看>>
linux 的网络设置
查看>>
首届“欧亚杯”象翻棋全国团体邀请赛圆满收评!
查看>>
编译tomcat
查看>>
MySql中is NULL、ISNULL()和IFNULL()运行速度的比较
查看>>
oracle-xe手工创建数据库
查看>>
Cisco交换机 链路聚合
查看>>
我的友情链接
查看>>
UG中卸载被占用的DLL
查看>>