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

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 aw

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 w

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
/ dies / is stupid / upgraded. > > Right. I should have said "there's no built-in way it can be done" > because folks have doing secure replication via ssh/stunnel for years > now. :-) > how do you secure the replication link between the master and the slave using S

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
id / upgraded. Right. I should have said "there's no built-in way it can be done" because folks have doing secure replication via ssh/stunnel for years now. :-) Jeremy -- Jeremy D. Zawodny | Perl, Web, MySQL, Linux Magazine, Yahoo! <[EMAIL P

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 whet

MySQL Secure Replication

2003-01-12 Thread Ivan Hoo
hi All, has anyone been able to setup ssl secure replication for mysql? how do i know whether the replication is actually done over ssl? there seem to be a lack of documentation on this part. appreciate a lot if someone could provide some feedback on this. i m currently running mysql-4.0.7-gamma

Re: secure replication

2002-10-28 Thread Guy Davis
On Thu, 2002-10-24 at 20:26, Lists @ Apted Technologies Inc. wrote: > i am going to be setting up four mysql servers, three of which will > replicate data off of the primary. i know that in more recent versions of > mysql client/server communciations can be encrypted internally. but is > there any

RE: secure replication

2002-10-25 Thread Lists @ Apted Technologies Inc.
Inc. Subject: Re: secure replication have you thought about ssh? just a thought. Ron - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive

Re: secure replication

2002-10-25 Thread Michael T. Babcock
Paul DuBois wrote: No. mysqld --help shows --master-ssl, --master-ssl-key, and --master-ssl-cert options, but they're placeholders at the moment and haven't been implemented. Any examples of running mysql's replication over an ssltunnel link, without damaging the local connections? (I could

Re: secure replication

2002-10-24 Thread Paul DuBois
At 18:26 -0800 10/24/02, Lists @ Apted Technologies Inc. wrote: i am going to be setting up four mysql servers, three of which will replicate data off of the primary. i know that in more recent versions of mysql client/server communciations can be encrypted internally. but is there any way to enc

secure replication

2002-10-24 Thread Lists @ Apted Technologies Inc.
i am going to be setting up four mysql servers, three of which will replicate data off of the primary. i know that in more recent versions of mysql client/server communciations can be encrypted internally. but is there any way to encrypt replication communcations between these mysql servers intern