Re: TCP/IP Security for Remote Access of MySQL DBs...for newbie

2002-02-18 Thread Rich Fortnum
Mikel King chortled: > Hi Rich, > > Just so I understand you correctly; > > 1. Are you trying to use the replication features of MySql for > this communication? > > Or > > 2. Are you talking on the client side application, like PHP, > Java, Perl...? > > How about encrypting

Re: TCP/IP Security for Remote Access of MySQL DBs...for newbie

2002-02-04 Thread Rich Fortnum
Marcus Collins chortled: > (sorry; missed the original post) > > If you have admin access to both machines, then how about using stunnel > http://www.stunnel.org/> to set up an SSL-encrypted connection > between both machines on the ports on which mysqld communicates? > > There's an example for

Re: TCP/IP Security for Remote Access of MySQL DBs...for newbie

2002-02-04 Thread Rich Fortnum
Andreas Schoelver chortled: > How about using a VPN (virtual private network) ? > > regards > Andreas > > sql,select,mysql I want to minimize the network structure on their part because they will have a minimal DSL system as they are on the outskirts of town. As well, I don't want the bulk of

Re: TCP/IP Security for Remote Access of MySQL DBs...for newbie

2002-02-04 Thread Marcus Collins
On Mon, 4 Feb 2002 at 18:06:34 +0100, Andreas Schoelver wrote: > > 04.02.02 15:11:30, Rich Fortnum <[EMAIL PROTECTED]> wrote: > > >Hi there. I have a need to reach into a remote database and write to their > >tables from my tables. Or have them reach into my tables and read from > >mine. Eit

Re: TCP/IP Security for Remote Access of MySQL DBs...for newbie

2002-02-04 Thread Andreas Schoelver
04.02.02 15:11:30, Rich Fortnum <[EMAIL PROTECTED]> wrote: >Hi there. I have a need to reach into a remote database and write to their >tables from my tables. Or have them reach into my tables and read from >mine. Either way, data will travel over the net. I need that data secure >and I don't

Re: TCP/IP Security for Remote Access of MySQL DBs...for newbie

2002-02-04 Thread Rich Fortnum
Mikel King chortled: > Hi Rich, Hey there. Thanks for the response. > Just so I understand you correctly; > > 1. Are you trying to use the replication features of MySql for > this communication? Nope. > Or > > 2. Are you talking on the client side application, like PHP,

Re: TCP/IP Security for Remote Access of MySQL DBs...for newbie

2002-02-04 Thread Mikel King
Hi Rich, Just so I understand you correctly; 1. Are you trying to use the replication features of MySql for this communication? Or 2. Are you talking on the client side application, like PHP, Java, Perl...? How about encrypting the data itself and skipping the wh