Feb
15
3 Jump Steps to Configure Master Slave Replication in Mysql
Master slave replication in mysql offload some queries from one server to other. The best advantage of master slave is to use master for all inserts and send some select queries to slave. ...