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 a solution on this issue.
> >  
> >
> 
> On the slave:
> 
> ssh --local-forward(?) 3307:localhost:3306 foreignhost
> 
> ...then set up the info for master (on the slave) to be "localhost:3307".

You mean 127.0.0.1:3307, right?

Jeremy
-- 
Jeremy D. Zawodny     |  Perl, Web, MySQL, Linux Magazine, Yahoo!
<[EMAIL PROTECTED]>  |  http://jeremy.zawodny.com/

MySQL 4.0.8: up 4 days, processed 119,323,583 queries (341/sec. avg)

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to