multi source replication table filter? (no replies)
Hi, Is the multi source replication possible to filter databases and tables for each master ? How can I filter databases and tables of each master in multi source replication? Help me Thanks
View ArticleReplication 3 servers (no replies)
Hi, First time post... I would like to make a setup of 3 servers that replicates as following... server 1 holds 4 db (2 replicated DB) - db1 populated by server 1 application - db2 replicated from...
View ArticleMultiple replication users (no replies)
Hello everyone, I want to configure mysql replication in master -master mode. My setup is as follows: master1 <==> master2 On master1 I create two databases: DB1 and DB2 I would want to create...
View ArticleReplication with different lower-case-table setting (no replies)
Hello everyone, I have one MySQL server with v5.6.30. Now its time to replace the server. To speed up the migration of the databases, I don't want to reimport the database dumps. I want to replicate...
View ArticleReplication from 5.5 Master to 5.7 Slave (1 reply)
I'm trying to set up a couple of MySQL 5.7 databases for testing purposes. To do this I need to set them up as Slaves. My current Database set up uses MySQL 5.5. Is it possible to replicate from 5.5...
View ArticleMysql 5.7.10 Master-Master replication stops with 1032 error (3 replies)
Hello, We are using Mysql 5.7.10 on RHEL 6.4 and we have master-master replication setup. We are facing a strange problem that after sometime, replication stops working with 1032 error. Tried lot of...
View ArticleSemi Sync replication with MySQL 5.7 (no replies)
Hi Friends, I want to troubleshoot semi sync replication performance, so that come to know, where was the issue or root cause of tx commit delay. I processed 25000 inserts statement with Async and...
View ArticleMulti-master replication - The slave synchronized to mid (no replies)
Hi to all, I have a problem with the synchronization between two master and one slave. I built this scheme: > M1 has the Database db1 > M2 has the Following characteristics Slave of M1 Db1...
View ArticleERROR 1045 (1 reply)
Hi Forum. I'm having some troubles regarding a setup on Replcation from Masters to Slave. Both from replication and user I'm getting the same error. I've controlled The user isn't expired. IU've...
View ArticleError code 1595 Relay log write failure: could not queue event from master...
Hi Everybody, I need help regarding this error. Here's my slave status: Last_Errno: 0 Last_Error: Skip_Counter: 0 Exec_Master_Log_Pos: 20975160 Relay_Log_Space: 472 Until_Condition: None...
View ArticleMulti-Source Replication (1 reply)
I have 4 masters with same name of the databases but i want to replicate on a different database for every master on one slave. How i can do this? For example: Master1 database: DB_A...
View ArticleReplication breaks repeatedly (5 replies)
Hi, we've setted up a replicated Master<->Master Scenario with 5.7.13 on Centos6. Traffic is ususally directed to just one instance. Our problem is that once in a while the inactive node stops...
View ArticleChannel Wise replicate-do-db statements (1 reply)
Hi Team, Greetings of the day. We are already using MySQL 5.7.13 for some of our projects. While setting up replication i came up with one query in my mind that Is it possible to define...
View Articlewhich db to ignore ? (no replies)
Hello, I had issues with phpmyadmin db having records already existing for different GTID, so I set it to be ignored by replication but I was wondering, are mysql, sys, information_schema,...
View ArticleMysql binlog replication (no replies)
Hi , My master and slave servers in version 5.5.46-0ubuntu0.14.04.2 1. show master status; doesn't show any binary log . Though I can't start the replication.Please help me. cnf file [mysqld]...
View ArticleReconnecting after a failed master event read (no replies)
I have one master and three slaves. Two of the slaves are in different remote sites. The third slave is in the same site as the master. Recently upgraded to MySQL 5.7.11. Since then the two slaves in...
View ArticleMySQL Zombie Dump threads. (no replies)
I'm getting the below constantly logged on my master mysql server. I've googled this to death but with no luck. Can anyone give me any advice. 2016-07-21T08:17:43.765005Z 41323 [Note] Start...
View ArticleDisable DDL replication for selected database (1 reply)
When using Row based replication - is there a way to disable the replication of DDL statements for ignore_db ? If not what alternative can be use
View Articlemysql 5.7.13 replication problem with error code 1778 (1 reply)
hello, I'm new to MySQL, we have installed MySQL database in Ubuntu 16.04, we have one master MySQL database and 3 MySQL slave servers, in one of the MySQL slave server I found following problem and...
View ArticleMySQL Replicaiton Slave Halts on Bulk insert from master (1 reply)
Hi All I'm using MySQL 5.7.10 (CentOS6.3) . My replication halts on Slave when there is a bulk insert from Master. Replication halts only on insert statement on specific table. I have changed the...
View Article