Group replication insert problem (no replies)
Hi, We're using MySQL 5.7.18 with group replication. We have 3 servers and allow writes to all 3, however atm we only write to the first one: 192.168.140.51 When doing some initial tests all works...
View ArticleMysql Master-master replication (no replies)
Hi all, We have a project to have mysql server setup with replication for php application. Since I dont have much experience on mysql, looking for some help to make the workable solution for our...
View Articlemysql query become very slowly when binlog rotate (no replies)
Mysql version is 5.7.13. Everytime when binlog file rotate,all queries and dml become extremely slow.the server "freezes" for about 40 seconds. In the slow query log, I just see commits and...
View ArticleFlow Control (no replies)
Hi All, If Flow Control happens in a cluster (GR or Galera), do you still count that period as AVAILABLE please? Thanks
View ArticleMySQL 8.0.2: new Replication Features (no replies)
http://mysqlhighavailability.com/replication-features-in-mysql-8-0-2/
View ArticleMySQL Replication ssl-crl URL (no replies)
Hi Forum I've just one question regarding MySQL Replication I would like to get my selfsigned certs to be verified by CA I've folloed a guide for setting this Server up - but need to get one thing...
View ArticleGroup replication on windows error 1126 (no replies)
Hi Team, I am trying to configure group replication on my windows machine locally. I configured all the parameter however when I am running "INSTALL PLUGIN group_replication SONAME...
View ArticleMySQL Group Replication: performance_schema tables (no replies)
http://mysqlhighavailability.com/group-replication-extending-group-replication-performance_schema-tables/
View ArticleMySQL Group Replication is sweet… but can be sour if you misunderstand it ;-)...
http://lefred.be/content/mysql-group-replication-is-sweet-but-can-be-sour-if-you-misunderstand-it/
View ArticleMySQL Group Replication: Prioritise member for the Primary Member Election...
http://mysqlhighavailability.com/group-replication-prioritise-member-for-the-primary-member-election/
View ArticleMySQL Group Replication: who is the primary master – updated! (no replies)
http://lefred.be/content/mysql-group-replication-who-is-the-primary-master-updated/
View ArticleHow large can MySQL Replication be in production? (no replies)
this is Booking.com http://blog.koehntopp.info/index.php/2337-how-large-can-mysql-replication-be-in-production/ http://jfg-mysql.blogspot.nl/2017/07/how-far-with-mysql-mariadb.html
View ArticleMaster configured to replicate to mispelled hostname (1 reply)
Well I am new to MySQL and am trying to setup replication, and I somehow got the master to try to replicate to a mispelled hostname. The other two replication pairs I setup work fine. The mispelled...
View ArticleDuplicate database primary and secondary email server (no replies)
Hi friends, I am starting to configure MySQL Replication to keep synchronized two database of two mail servers, one primary and one secondary (MX), in environment Debian Jessie and MySQL 5.5.50. If...
View ArticleMysql: Multi Master Master Replication (no replies)
Server A and Server B have master master syncing. I want Server A have master master replication with Server B and Server A have master master replication with Server B. Is it possible that Server A...
View ArticleMultiple Slave instances on same machine (no replies)
I have a situation where I must run two different slave instances on the same machine. Is there a problem with this as long as they do not share a port or data directory?
View ArticleGroup Replicaton - Lagging Slave (no replies)
I've setup a Group Replication with two servers and I have a third that will be joining the cluster shortly. I have it setup with a single primary, so right now there is one writer and one reader....
View Articlegtid_mode=on with log_bin=off (1 reply)
"GTIDs are stored in the mysql.gtid_executed table only when gtid_mode is ON or ON_PERMISSIVE. GTIDs are stored in this table without regard to whether binary logging is enabled.". however,in...
View ArticleDuplication values in autoincremented field on replication (no replies)
I have a strange issue with MASTER-SLAVE replication. First of all, I understand that's not a good solution, but it's a temporary solution. However, it's required. There are source MySQL DB (MASTER)...
View ArticleMySQL Replication Performance Tuning for Fun and Profit! (no replies)
https://www.slideshare.net/VitorOliveira92/mysql-replication-performance-tuning-for-fun-and-profit
View Article