Top "Galera" questions

Galera Cluster is a synchronous multi-master cluster for MySQL.

MariaDB gcomm backend connection failed 110

I'm trying to get work MariaDB Galera 10.1 under debian 8 jessie. I've installed all neccesary components and did configurations but i …

linux mariadb galera
mariadb galera - Error when a node shutdown ERROR 1047 WSREP has not yet prepared node for application use

I installed 2 Mariadb Galera nodes (mariadb-galera-10.0.27-linux-x86_64.tar.gz) on 2 CentOs 6.6 servers. After installed, I start node1 with parameter --wsrep-new-cluster, …

mariadb galera
problems with node joining the cluster when using sst:xtrabackup (galera)

It looks like the node is joining the cluster and then it fails… I have tried with both rsync and …

load-balancing mariadb galera
Failed to bootstrap Galera Cluster

I'm trying to set up multi-master replication between two servers according to this tutorial: http://tecadmin.net/setup-mariadb-galera-cluster-5-5-in-centos-rhel/ …

mysql database-replication mariadb galera
MariaDB Galera Cluster set up problems

I am trying to get a mariadb cluster up and running but it is not working out for me. Right …

mysql mariadb galera
How can I remove a node from my galera cluster?

Is there any better way of doing it,apart from setting 'wsrep_cluster_address='gcomm://' for each node that …

mysql mariadb galera
MariaDB replication does not work

There are two DBs in cluster. Master (db3.example.com): [mysqld] wsrep_cluster_address = 'gcomm://' wsrep_provider = /usr/lib/…

database-replication mariadb galera
MySQL Galera node not starting (aborting with Error 'WSREP: [...]: 60: failed to reach primary view: 60 (Operation timed out)')

I am trying to setup three Galera nodes on FreeBSD 10 with MySQL 5.6.26 and VirtualBox. When I set up everything and …

mysql unix freebsd galera
'Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (111 "Connection refused")'

I am trying to setup mariadb galera cluster on Debian Wheezy 7.5. I have found many different instructions, all a bit …

mariadb galera mariasql
Galera_new_cluster command not starting a cluster

Following documentation on how to set up a MariaDB Galera cluster, I simply created the proper config files and started …

mysql mariadb galera