Multi-Master replication (1 reply)
So today I finally figured out how to setup a multi-master replication scenario (per my customers request). ServerA ServerB Each server has 5 databases running under a single instance and I have...
View ArticleReplication gets "stuck" back in time. Mysql 5.5.40 (no replies)
I have an extremely odd reoccurring issue with a MASTER/MASTER mysql pair running 5.5.40. The issue does not happen often but it is a real pain when it does; and nothing seems to fix it it ends up...
View ArticlePerformance of multiple replicate-rewrite-db statements (1 reply)
I have a single Slave server and about 200 Master servers and I need to replicate 3 databases of each master into the slave databases with different names. a) how should I frame the...
View Articlebinlog_row_image value when using binlog_format=MIXED (1 reply)
We are using binlog-format=MIXED. How does setting binlog_row_image to minimal impact logging statement-based transactions?
View ArticleMulti-source replication with MySQL 5.7.5 (no replies)
I am testing multi-master replication to one slave. I have downloaded the MySQL Multi-Source Replication files from MYSQL Labs and set gtid-mode=on for replication. The masters are located on remote...
View ArticleMySQL 5.7: Enabling GTIDs Without Downtime (no replies)
MySQL 5.7: Enabling GTIDs Without Downtime http://mysqlhighavailability.com/enabling-gtids-without-downtime-in-mysql-5-7-6/
View ArticleMySQL 5.7: More Awesome Replication Features (no replies)
MySQL 5.7: More Awesome Replication Features http://mysqlhighavailability.com/more-awesome-replication-features-in-mysql-5-7-6/
View ArticleTables Backup from MySQL master server (no replies)
Hi Guys, I have Single Master Multi Slave Replication, Wherein in Slaves some tables of few databases or not in sync with master. Let me know what is safest process to take backup of those tables...
View ArticleMySQL Replication Tools - Event Not Found (1 reply)
Our clients at our department are looking for a High-Availability solution. We decided to implement MySQL Replication and to use mysqlfailover as the high-availability tool. Replication is performing...
View ArticleError with replication from mysql 5.5 to 5.6 (no replies)
Hi I have to migrate a mysql configuration with 5.5 server in replication master -> slave (2 slave) to mysql 5.6 To do this, I've tired to add a mysql server 5.6 with a backup of database loaded,...
View ArticleColumn names (no replies)
I am trying to use a row-based binlog to replicate into a non-mysql data warehouse. I am finding it a challenge to deal with schema changes. For example, when a column is dropped, it seems impossible...
View ArticleStopping Slave_IO_Thread on slave once it recieves logs till particular...
Hi Guys, On master server, there is a process. All the updates from this process keep coming down to all slaves. These updates are very important for unified snapshot process. As soon as that process...
View ArticleNew VMware Continuent 4.0 (no replies)
It’s with great pleasure we announce the general availability of VMware Continuent 4.0 – a new suite of solutions for clustering and replication of MySQL to data warehouses. Already used by more than...
View ArticleFully Synchronized Replication - Enterprise edition. (no replies)
Hello, I've been trying to get Information about Synchronized Replication within a cluster and got pretty lost with all the documentation to either semi-synchronized or asynchronized replications. I'm...
View Articlemaster->slave - for the little guy? (no replies)
I have run a multi-master setup for years, primarily for the purpose of redundancy so there is always a server online. That has worked fairly well. I have a slave server, but don't send any reads to...
View ArticleReplication not starting after crash on master (no replies)
Hello Mysql Forum. Normally I've been using MySQL for several years now based upon websites, so I got a little knowhow about MySQL - but not a prof. I'm trying to setup a Replication enviorment for...
View ArticleBackup servers which are replicated (no replies)
Hello, We have setup a replication between two mysql servers. Now, we want to backup these servers. For the moment, we use mysqldump on the master and on the slave. Is it the good tool to process?...
View ArticleMaster - Master replication issue (no replies)
Hi all, we have a tiketing app that uses mysql free edition and we need to get a config like this : one instance will be web accesible(cloud based) for clients and another instance will be located...
View ArticleReplication across multiple servers (no replies)
Hello, In fact I have a problem and I hope that your help will give me satisfaction. we designed an intranet site WebDev / MySQL , which should run on four entities. each entity has its database and...
View ArticleMySQL replication old version to new (4 replies)
Hello, I currently have a MySQL community 5.1.46 version installed, is it possible to replicate to a New MySQL Enterprise 5.6 version I just bought, and is it possible to migrate like after a few days...
View Article