Question : I have setup MySQL replication, is there a way to skip replicating one column or multiple columns from […]
Tag: master-master-replication
MySQL master to master race conditions, do I need to use transactions/locks for this code?
Question : I’m playing around with master to master MySQL replication hoping I can run two copies on my C# […]
Master_ master replication on Mariadb
Question : I have a nagios application running on 2 servers, i am planning to have have master-master replication for […]
High disk IO with MySQL master-master replication
Question : We’ve been evaluating an active-passive master-master replication setup for our MySQL database, running on version 8.0. While diagnosing […]
SQL Database mirroring replication capabilities? [closed]
Question : Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this […]
Getting fatal error 1236 from master when reading data from binary log in mariadb master master replication
Question : I am facing the situation similar to this Error 1236 – “Could not find first log file name […]
How to configure MySQL master master replication but use only one server for writing? [closed]
Question : Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this […]
multiple archive_command in PostgreSQL
Question : I have replication with PostgreSQL, so I want to set archive_command = ‘cp %p /var/lib/postgresql/11/main/archive/%f’ but I also […]
What’s the difference between Replicate_Wild_Ignore_Table & Replicate_Ignore_Table?
Question : In my site’s master/slave setup: Replicate_Wild_Ignore_Table = %.cache%, & Replicate_Ignore_Table is empty. What’s the difference between the two? […]
Sync MySql Replication from Master2 to Master1 after failover
Question : Due to Disk space issue Master2 server crashed and it was rebuilt again using mysqldump of Master1. Both […]