About 1,070,000 results
Open links in new tab
  1. MySQL Replication VS Mirroring and how to do both?

    Aug 15, 2022 · 0 MySQL Replication VS Mirroring and how to do both, does anyone knows some information on this topic?

  2. Mirroring Databases in MySQL - Database Administrators Stack …

    Is there a way to mirror databases in MySQL? In SQL Server, you have the ability to link 2 databases in a master to master relationship. One DB will accept transactions and the …

  3. How to create linked or mirrored tables in MySQL

    Feb 2, 2011 · How to create linked or mirrored tables in MySQL Asked 14 years, 8 months ago Modified 14 years, 8 months ago Viewed 7k times

  4. How do I mirror a MySQL database? - Server Fault

    Explore related questions mysql load-balancing replication mirroring See similar questions with these tags.

  5. How to mirror mysql database traffic to another server

    Jan 12, 2019 · I have two server Mysql database in Cent OS 7. Server A (192.168.0.1) is live server and server B (192.168.0.2) is test server. I want to mirror traffic from server A to server …

  6. How I mirror a MySQL database on demand? - Server Fault

    Aug 19, 2010 · How I make a local MySQL database update a mirror on internet all the time it is possible?

  7. mysql mirroring - Database Administrators Stack Exchange

    Jul 29, 2021 · I have 2 mysql server 5.6.34 running, one on aws RDS other locally. Is it possible to set up mirroring from RDS to local one? I know that later version like 8 support replication and …

  8. How to mirror a MySQL database using just one server

    May 8, 2009 · 0 I need to frequently duplicate one database on my MySQL server to a mirror database on the same MySQL server. I am writing a bash script that makes a mirror of my …

  9. mysql - What is the difference between Database Mirroring and …

    Apr 23, 2013 · What is the difference between Database Mirroring and Database Replication such as Multi A-Z deployment in Amazon RDS?

  10. What method of MySQL mirroring should I use for this?

    2) [MySQL] Dual master replication. This would attempt to mirror the two databases and sounds perfect, but I've heard that it can be very problematic. I don't know how fast this is. 3) [MySQL] …