"Lutz Maibach" <[EMAIL PROTECTED]> wrote:
> Hello Sasha,
> 
> thanks for your advise, but I'm not shure whether I understand how to
> find out if the master is offering (and using) the compressed protocol.
> When I execute the strings-command, I get can see the string
> "slave_compressed_protocol" two times, which I expected running 4.0.18,
> but if I do a mysqld --help to see the standard values for the
> variables, I see "slave_compressed_protocol         FALSE".
> 
> Do I have to start mysqld with an entry like
> "slave_compressed_protocol=ON" in my.cnf or something like this to get
> the master running with a compressed protocol?
> 

Put to the my.cnf:
        slave_compressed_protocol=1

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

        SET @@global.slave_compressed_protocol=1;



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to