techblog's Items


 
Questsstoremarks
Russell Dyer, author of MySQL in a Nutshell, walks through the process of using replication for data backups in MySQL.
By techblog, 2 years 4 weeks ago
This 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 replicated to the database on the slave server so that both databases are in sync.
By techblog, 2 years 4 weeks ago
Giuseppe Maxia shows how to build a high-availability master/slave replication system in MySQL 5.x.
By techblog, 2 years 4 weeks ago
This tutorial shows how to configure a MySQL 5 cluster with three nodes: two storage nodes and one management node.
By techblog, 2 years 4 weeks ago
Syndicate content