码迷,mamicode.com
首页 >  
搜索关键字:galera    ( 182个结果
Keepalived+LVS+MariaDB Galera Cluster10.0高可用负载均衡多主复制
一、概述1.简述:MariaDBGaleraCluster是一套在mysqlinnodb存储引擎上面实现multi-master及数据实时同步的系统架构,业务层面无需做读写分离工作,数据库读写压力都能按照既定的规则分发到各个节点上去。在数据方面完全兼容MariaDB、PerconaServer和MySQL。2.特性:(1).同步复..
分类:数据库   时间:2015-03-06 11:26:22    阅读次数:280
mariaDB+garela高可用性数据库
https://downloads.mariadb.org/mariadb/repositories/#mirror=yamagata-university 【测试环境】 Ubuntu 14.04.1 LTS mariaDB5.5+galera host-1:172.31.18.11 host-2:172.31.18.22 以下操作为...
分类:数据库   时间:2015-01-24 14:27:28    阅读次数:304
CentOS7+MySQL/MariaDB+Galera+HAProxy+Keepalived构建高可用数据库集群
方案优势:Galera能够实现MySQL/MariaDB数据库的主主复制和多主复制等模式,这些复制模式都是同步进行的,同步时间非常短每一个节点都可以同时写入和读取,当某一节点发生故障时,可自动从集群中自动剔除HAProxy能提供负载均衡和故障判断等功能解决服务器系统存在的单点故障Kee..
分类:数据库   时间:2015-01-14 18:13:09    阅读次数:1002
利用MariaDB Galera Cluster实现mariadb的多主复制
利用MariaDB Galera Cluster实现mariadb的多主复制 时间:2014年01月08日 | 分类:MariaDB | 评论:0 条 | 浏览:870 次 一、MariaDB Galera Cluster概要: 1.简述: ? ? ??MariaDB Galera Cluster?是一套在...
分类:数据库   时间:2014-12-13 09:40:49    阅读次数:209
MariaDB Cluster install with CentOS7
系统环境:CentOS764位MariaDB版本:MariaDB-Galera-server5.5主机规划:192.168.0.233client233192.168.0.234client234192.168.0.235client235三台主机安装之前,必须先设置selinux、hostname和iptables;如下:(1)selinux=Disabled(2)systemctlstopiptablessystemctldisablesi..
分类:数据库   时间:2014-11-21 10:53:48    阅读次数:238
Galera MariaDB 搭建
1.安装服务包组:yum-yinstallmariadb-galeramariadb-galera-serverxtrabackup2.修改配置文件vim/etc/my.cnf.d/galera.cnf修改如下参数:wsrep_provider=/usr/lib64/galera/libgalera_smm.so wsrep_cluster_address="gcomm://" wsrep_node_address=172.16.0.11 wsrep_sst_auth=..
分类:数据库   时间:2014-09-24 19:27:08    阅读次数:456
Install Galera MariaDB 5.5 on CentOS 6.5
vi/etc/yum.repos.d/galera.repo#MariaDB5.5CentOSrepositorylist-created2014-08-2806:32UTC#http://mariadb.org/mariadb/repositories/[mariadb]name=MariaDBbaseurl=http://yum.mariadb.org/5.5/centos6-amd64gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDBgpgcheck=1..
分类:数据库   时间:2014-08-28 18:22:46    阅读次数:193
[转]MySQL-Galera Cluster With HAproxy
When I started working on Open Stack, I had to investigate about the HA of the nova component. Unfortunatly the nova configuration needed a single ent...
分类:数据库   时间:2014-08-22 21:04:19    阅读次数:527
[转]MySQL Multi Master replication with Galera
Galera is a synchronous multi-master cluster for MySQL/InnoDB databases. Some features and benefits of Galera are: Synchronous replication. Multi mast...
分类:数据库   时间:2014-08-22 21:02:59    阅读次数:405
[转]MySQL Multi-master Replication With Galera
Setup MySQL master-master replication with Galera I. Galera introduction MySQL/Galera is synchronous multi-master cluster for MySQL/InnoDB database. T...
分类:数据库   时间:2014-08-22 21:00:29    阅读次数:427
182条   上一页 1 ... 16 17 18 19 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!