Items tagged : mysql


 
Questsstoremarks
This tutorial shows how to configure a MySQL 5 cluster with three nodes: two storage nodes and one management node.
By techblog, 2 years 17 weeks ago
Russell Dyer, author of MySQL in a Nutshell, walks through the process of using replication for data backups in MySQL.
By techblog, 2 years 16 weeks ago
Check out chapter six of the mysql manual. It's all about replication.
By danielh, 2 years 17 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 17 weeks ago
Giuseppe Maxia shows how to build a high-availability master/slave replication system in MySQL 5.x.
By techblog, 2 years 16 weeks ago
Syndicate content