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
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
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
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
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
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
> > 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
/ 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
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
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
> >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
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
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
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
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
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
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
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
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
19 matches
Mail list logo