News

My notes on setting up a slave mysql server for use with Ruby on Rails - ivanvanderbyl/mysql-replication-setup-guide ...
Utilities shell scripts for CentOS. Contribute to honwei189/shellscripts development by creating an account on GitHub.
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 ...
With replication, you can have two database servers, running on different machines having the same data at any point in time. The main database server, where applications and users connect, issue ...
You can specify more read and write servers according to your MySQL replication design, and all queries will be evenly distributed using a round-robin algorithm.
Oracle has published MySQL Reference Architectures for Massively Scalable Web Infrastructure, a whitepaper outlining recommended topologies for different types and sizes of websites using MySQL ...