minimal privileges for a replication slave

2004-12-27 Thread Irek Slonina
REPLICATION SLAVE can be set only globally, to all databases... I would be very thankful for a help Regards, Irek Slonina -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Force slave to connect from specified IP

2004-09-15 Thread Irek Slonina
I need similiar behaviour like: ping -I 10.10.10.1 192.168.168.168 I have tried to bind mysqld only to 10.10.10.1:3336 by bind-address option but that does not make the thing. I would be very thankful for any hints, for now I will try to redirect this with firewall. Regards, Irek Slonina -- MySQL G

slave death during transfer

2004-06-17 Thread Irek Slonina
"slave start" and so on for all off the slaves and the loop is starting again with remembered values of binlogname and binlogpos after each "slave stop". -- Irek Slonina -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

grepping data from show processlist in more elegant way

2004-06-17 Thread Irek Slonina
processes() output for a string "Has read all relay log; waiting for the I/O slave thread to update it" but it is not too elegant, is there a way to do it in more elegant way? Or maybe mysql do not permit to do "slave stop" before the end of transmission? -- Irek Slonina -- MyS