Re: MySQL Secure Replication

2003-01-22 Thread Jeremy Zawodny
On Wed, Jan 22, 2003 at 02:27:40PM -0500, Michael T. Babcock wrote: > Ivan Hoo wrote: > > >how do you secure the replication link between the master and the slave > >using SSH. i understand that you can do that over mysql client and its > >server. pls enlighten me coz i m looking high and low for

Re: MySQL Secure Replication

2003-01-22 Thread Michael T. Babcock
Ivan Hoo wrote: how do you secure the replication link between the master and the slave using SSH. i understand that you can do that over mysql client and its server. pls enlighten me coz i m looking high and low for a solution on this issue. On the slave: ssh --local-forward(?) 3307:localh

Re: MySQL Secure Replication

2003-01-17 Thread Tonu Samuel
On Fri, 2003-01-17 at 08:51, Ivan Hoo wrote: > is there any way you can implement a secure replication via ssh or sth else? Who can implement? As user you can use SSH tunnel with it. There are many tutorial about making SSH tunneling in the internet. I believe if MySQL will have some kind of tra

Re: MySQL Secure Replication

2003-01-16 Thread Ivan Hoo
is there any way you can implement a secure replication via ssh or sth else? regards, ivan > At 23:17 +0800 1/16/03, Ivan Hoo wrote: > > > > there seem to be a lack of documentation on this part. > >> > >> Mostly because it can't be done (that I'm aware of). > > > >if it can't be done, why is i

Re: MySQL Secure Replication

2003-01-16 Thread Paul DuBois
At 23:17 +0800 1/16/03, Ivan Hoo wrote: > > there seem to be a lack of documentation on this part. Mostly because it can't be done (that I'm aware of). if it can't be done, why is it in the documentation already. i can understand that if 4.0.x is still in alpha or beta stage. but now it is a

Re: MySQL Secure Replication

2003-01-16 Thread Tonu Samuel
On Tue, 2003-01-14 at 20:47, Jeremy Zawodny wrote: > > has anyone been able to setup ssl secure replication for mysql? > > I don't believe you can do that yet. There's now way to specify the > necessary credentials in the slave setup. > > > how do i know whether the replication is actually done

Re: MySQL Secure Replication

2003-01-16 Thread Ivan Hoo
> > there seem to be a lack of documentation on this part. > > Mostly because it can't be done (that I'm aware of). if it can't be done, why is it in the documentation already. i can understand that if 4.0.x is still in alpha or beta stage. but now it is almost near release (gamma). the official

Re: MySQL Secure Replication

2003-01-15 Thread Ivan Hoo
> > > > Except with stunnel (often recommended) or SSH (which I've had running > > for months doing this). PS, as with the MySQL daemon, I run my ssh > > tunnel under 'supervise' so as to make sure its always there and > > restarts if it gets killed / dies / is stupid / upgraded. > > Right. I sho

Re: MySQL Secure Replication

2003-01-15 Thread Jeremy Zawodny
On Wed, Jan 15, 2003 at 04:49:03PM -, Basil Hussain wrote: > > >Mostly because it can't be done (that I'm aware of). > > > > Except with stunnel (often recommended) or SSH (which I've had running > > for months doing this). > > Another option is CIPE, a method for secure tunnelling of any IP p

Re: MySQL Secure Replication

2003-01-15 Thread Jeremy Zawodny
On Wed, Jan 15, 2003 at 09:18:50AM -0500, Michael T. Babcock wrote: > Jeremy Zawodny wrote: > > >>there seem to be a lack of documentation on this part. > >> > >> > > > >Mostly because it can't be done (that I'm aware of). > > > > > > Except with stunnel (often recommended) or SSH (which I'

RE: MySQL Secure Replication

2003-01-15 Thread Basil Hussain
> >Mostly because it can't be done (that I'm aware of). > > Except with stunnel (often recommended) or SSH (which I've had running > for months doing this). Another option is CIPE, a method for secure tunnelling of any IP protocol using virtual network interfaces. I believe CIPE comes as standard

Re: MySQL Secure Replication

2003-01-15 Thread Michael T. Babcock
Jeremy Zawodny wrote: there seem to be a lack of documentation on this part. Mostly because it can't be done (that I'm aware of). Except with stunnel (often recommended) or SSH (which I've had running for months doing this). PS, as with the MySQL daemon, I run my ssh tunnel under 'su

Re: MySQL Secure Replication

2003-01-14 Thread Jeremy Zawodny
On Mon, Jan 13, 2003 at 02:46:45PM +0800, Ivan Hoo wrote: > hi All, > > has anyone been able to setup ssl secure replication for mysql? I don't believe you can do that yet. There's now way to specify the necessary credentials in the slave setup. > how do i know whether the replication is actual