MYSQL MASTER/SLAVE REPLICATION We will see one of the most used architectures, where we will have a mysql master for writing/reading and nodes in slave mode for reading only, allowing us to distribute the load between several machines for reading using for example HAProxy, which we...