September 2006
ONLamp.com -- Advanced MySQL Replication Techniques
by springnetYou may know about the MySQL Cluster, which is a complex architecture to achieve high availability and performance. One of the advantages of MySQL Cluster is that each node is a peer to the others, whereas in a normal replicating system you have a master
SteelEye : Products > Data Replication
by springnetFast Replication With Low Network Demand LifeKeeper Data Replication replicates data at the block level, below the file system. Most importantly, LifeKeeper Data Replication only replicates changes in data and thereby minimizes the demand on systems and n
MySQL 5.0 Reference Manual :: 6.10 Replication FAQ
by springnetReplication FAQ. Q: How do I configure a slave if the master is running and I do not want to stop it? A: There are several possibilities. If you have taken a snapshot backup of the master at some point and recorded the binary log filename and offset (fr
July 2006
ONLamp.com -- Live Backups of MySQL Using Replication
by springnet & 3 othersThere are only a few steps to setting up replication. The first step is to set up a user account to use only for replication. It's best not to use an existing account for security reasons. To do this, enter an SQL statement like the following on the maste
How To Set Up Database Replication In MySQL | HowtoForge - Linux Howtos and Tutorials
by springnet & 4 othersThis tutorial describes how to set up database replication in MySQL. MySQL replication allows you to have an exact copy of a database from a master server on another server (slave), and all updates to the database on the master server are immediately repl
1
(5 marks)