MySQL Master-Slave Replication on the Same Machine

MySQL replication is a process that enables data from one MySQL database server (the master) to be copied automatically to one or more MySQL database servers (the slaves). It is usually used to spread read access on multiple servers for…

MySQL Fabric as a MySQL High-Availability Solutions

MySQL Fabric is a framework for managing groups of MySQL Servers and using those servers to provide services. In the current version the services provided are High Availability (built on top of MySQL Replication) and scale-out (by sharding the data)….