News

MySQL replication is the process which a single data set, stored in a MySQL database, will be live-copied to a second server. This configuration, called master-slave replication, is a typical setup.
This project was born after failing to complete a web-based MySQL replication tutorial, I decided just making the replication configuration script-based might be a simpler solution for many folks.
Comparing MySQL and Postgres 9.0 Replication By Robin Schumacher and Gary Carter, EnterpriseDB Replication is one of the most popular features used in RDBMS’s today. Replication is used for disaster ...
Until recently, I've been a fan of the PostgreSQL database, but Mysql's database replication implementation is very slick. Not to disparage my favorite RDBMS too much, but PostgreSQL's replication ...
MySQL replication establishes a master-slave or master-master relationship between a pair of servers. These servers can be chained to build a circular set of many servers, or one master can be used ...