Category Archives: database

Configuration of MySQL Replication

The Replication Process
Before this how to set up replication, take a quickly look at the steps that MySQL goes through to maintain a replicated server. The process is different depending on the version of MySQL. For purposes of this article, my comments will be for version 4.0 or higher, since most systems now are using [...]