Archive for July 2nd, 2010
-
Mysql Master Slave Replication
Friday, July 2nd, 2010
MySql replication scenario Solves a.)One of the biggest advantages to have master-slave set up in MySQL is to be able to use master for all of the inserts and send some, if not all, select queries to slave. This will most probably speed up your application without having to diving into optimizing all the queries [...]




