Thursday, February 19, 2009

Mysql - Minimize Master-Slave Traffic during replication

Put to the my.cnf:

slave_compressed_protocol=ON

or you can change this value in the run time in mysql with:

SET global slave_compressed_protocol=OFF;

No comments: