| 1 to 1 of 1 |
1. MySQL :: MySQL 3.23, 4.0, 4.1 Reference Manual :: 14.1 Introduction to Replication
14.1. Introduction to Replication MySQL 3.23.15 and up features support for one-way, asynchronous replication, in which one server acts as the master, while one or more other servers act as slaves. This is in contrast to the synchronous replication which is a characteristic of MySQL Cluster (see Chapter 15, MySQL Cluster ). In single-master replication, the master server writes updates to its binary log files and maintains an index of those files to keep track of log rotation. The binary log files serve as
» http://dev.mysql.com/doc/refman/4.1/en/replication-intro.html
| 1 to 1 of 1 |