Replication Halts during Bulk insert Mysql5.7.10 (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 ArticleReplication advice requested (no replies)
Hi All, I am a newbie on replication and I am asking for some support from the community. I am using MySQL and know that several replication solutions are available. But what the best solution for my...
View ArticleMysql Replication issues (no replies)
Dear folks, I have tried mysql replication using bin-log and it worked fine. But after a sudden shutdown of the master server , both master & slave didn't started . In error log files "InnoDB :...
View ArticleMySQL Group Replication: Quick Start Guide for Multi-Master HA (no replies)
http://mysqlhighavailability.com/mysql-group-replication-a-quick-start-guide/
View ArticleReplication hierarchy (no replies)
Hi, I've setup an AWS RDS instance as master let say M1, I created its Read replica (R1) (this is basically a salve) and enable backup option there to make it master of below db. I install MySQL 5.7...
View Articlemultiple slave error: bogus data in log event (4 replies)
hello, we have one master and two slaves and as soon as the slaves start to replicate, we get this error in one slave only (the other keeps running): Last_IO_Error: Got fatal error 1236 from master...
View ArticleMaster-master replication and the mysql system database (no replies)
Hi, We're setting up two MySQL 5.7 servers, and we'd like to have full data replication of all databases. We'd also like users and passwords to be replicated, and I suspect there are other useful...
View ArticleReplication between different endian operating system (3 replies)
Hi, I was looking to migrate from Solaris to Linux. Can I setup a replication from Solaris to Linux? (They are different endian) The document posted below said it can but it wasn't too clear since the...
View ArticleError after reboot of the slave: ERROR 1794 (HY000): Slave is not configured...
We configured a multi source replication test on our Windows computers for implementation in the future. After running into some issues we attempted to restart the hub computer and after restarting...
View ArticleMysql replication by cloning disk (no replies)
Hello, We have to setup a Mysql replication by cloning disk. By searching in Internet i have found that we can do by setting the following due to image clone proccess: The simplest way to get the...
View Articlefirst time setting up replication different Innodb settings error (no replies)
Hi I am trying to set replication on 2 windows machines using the utility mysqlreplicate I get the error message Innodb differ between master and slave. I have no idea the issue is version's running...
View ArticleMaster-Master Failover Method Very Slow (no replies)
Hello. I recently created a Master-Master setup for my database and encountered no issues. However, the programs I use to interface with the database are written in C#, and to implement failover for...
View ArticleReplication of alter via stored procedures (no replies)
I have a stored procedure that creates an alter statement that adds 3 columns to a table. In the sproc, the text of the alter statement is added to a variable. Then I run a PREPARE newCmd from @mysql....
View Articlereplicate two standalone databases to the same slave (no replies)
Hello all, I would like to replicate two databases from two different instances to the same slave. I am running a MySQL 5.5 instance with a dozen databases and we call it server A. The ibdata1 is...
View ArticleQuestion about replication behavior... (1 reply)
I set up typical replication between two instances of MySQL running Innodb tables, one on a Windows Server machine, and one on a Debian machine. During maintenance of the Windows server, replication...
View ArticleERROR CODES 1129, 2003, 2013 (no replies)
Hi, I have some issue regarding mysql 5.6.14 for master-master replication. Let's call Master A & Master B. Master A can't connect to Master B, first the error code was 1129, and then occurred...
View Articleerror writing to the binary log (no replies)
Good morning. I have had this error several times "The incident LOST_EVENTS occured on the master. Message: error writing to the binary log" in the mysql.err. The replicate stop because of this error....
View ArticleWhat's the configuration for crash safe slave when using GTID in MySQL5.6?...
Hi,all According the manual,When using GTIDs and MASTER_AUTO_POSITION,should set relay_log_recovery=0 for crash safe slave.Does it right?...
View ArticleDoes MySQL Group Replication plans to support Sharding as Fabric did ? (no...
http://mysqlhighavailability.com/gr/doc/faq.html I read document of MySQL Group Replication, it tell nothing about Data Sharding information now. From MySQL Group Replication document, i think it is...
View ArticleBest Practices for the case low bandwidth (no replies)
Hi Forum Members, Please suggest me best practices on replication in the case of lower bandwidth on connectivity. I found something on internet In the case of low bandwidth either we can go with...
View Article