"Primaria Falticeni" <[EMAIL PROTECTED]> wrote:
> 
> 1. Is it a way to grow the speed of the replication out of the
> master-connect-retry variable?

What do you mean "speed of replication"? 

> 
> 2. I backup the databases. Assuming that the last relay log file is
> sql-relay-bin.005 and the last bin log file is sql-bin.007, can I simply
> delete the files from sql-relay-bin.001 to sql-relay-bin.004 and from
> sql-bin.001 to sql-bin.006? If not, how can I escape by these logs in an
> elegant way?

You don't need to delete relay logs, SQL thread deletes these log file.
As to binary logs, you can delete them using PURGE MASTER LOGS command:
        http://www.mysql.com/doc/en/PURGE_MASTER_LOGS.html


-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Victoria Reznichenko
 / /|_/ / // /\ \/ /_/ / /__   [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