Open GoogleCodeExporter opened 9 years ago
Did you ever figure out a workaround for this? I'm fighting with the same
problem.
Original comment by michael....@gatewaystaff.com
on 30 Jul 2014 at 9:45
Instead of ssh tunnel I have used the normal connection with replication
server and it solved the problem.
Instead of this
master_host='127.0.0.1',master_port=10000,master_user='slave',master_password='m
aven@12',master_log_file='mysql-bin.000003', Relay_Log_Pos=10017;
I used this one (means remove ssh tunnel) and
master_host='192.168.1.2',master_port=3306,master_user='slave',master_password='
maven@12',master_log_file='mysql-bin.000003', Relay_Log_Pos=10017;
this will solve the issue
Original comment by niraj.v...@gmail.com
on 31 Jul 2014 at 4:35
Yeah, that's my plan too, but with SSL on the replication connection so I get
the same security I had with the SSH tunnel.
Thanks!
Original comment by michael....@gatewaystaff.com
on 31 Jul 2014 at 2:28
Original issue reported on code.google.com by
niraj.v...@gmail.com
on 8 May 2014 at 12:17