It is secure to access MySQL thru internet?

2003-08-29 Thread Flavio Tobias
I need to access a database thru internet. It is secure to do this using MySql? Thanks Flavio Tobias

RE: It is secure to access MySQL thru internet?

2003-08-29 Thread Fortuno, Adam
Sure. If you use a secured connection. A$ -Original Message- From: Flavio Tobias [mailto:[EMAIL PROTECTED] Sent: Friday, August 29, 2003 1:11 PM To: [EMAIL PROTECTED] Subject: It is secure to access MySQL thru internet? I need to access a database thru internet. It is secure to do

Re: It is secure to access MySQL thru internet?

2003-08-29 Thread Flavio Tobias
What do you mean with secure connection, ssh? How to configure this on MySql? - Original Message - From: Fortuno, Adam [EMAIL PROTECTED] To: 'Flavio Tobias' [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, August 29, 2003 2:17 PM Subject: RE: It is secure to access MySQL thru internet

RE: It is secure to access MySQL thru internet?

2003-08-29 Thread Fortuno, Adam
MySQL thru internet? What do you mean with secure connection, ssh? How to configure this on MySql? - Original Message - From: Fortuno, Adam [EMAIL PROTECTED] To: 'Flavio Tobias' [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, August 29, 2003 2:17 PM Subject: RE: It is secure to access

RE: It is secure to access MySQL thru internet?

2003-08-29 Thread Dathan Vance Pattishall
--To: 'Flavio Tobias'; [EMAIL PROTECTED] --Subject: RE: It is secure to access MySQL thru internet? -- --Flavio, -- --Sure. If you wanted to MySQL into a DB over the internet. I'd think --ssh'ing --would do the trick. This actually has nothing to do with MySQL, but allot --to --do with your OS. If you're

RE: It is secure to access MySQL thru internet?

2003-08-29 Thread Greg.Hering
: Friday, August 29, 2003 12:59 PM --To: 'Flavio Tobias'; [EMAIL PROTECTED] --Subject: RE: It is secure to access MySQL thru internet? -- --Flavio, -- --Sure. If you wanted to MySQL into a DB over the internet. I'd think --ssh'ing would do the trick. This actually has nothing to do

Re: It is secure to access MySQL thru internet?

2003-08-29 Thread Cal Evans
As stated before, it is possible via ssh. This assumes 2 things: 1: Your client machine is windows 2: Your server is running a ssh server. (Which USUALLY means it's a flavor of Unix but there are ssh servers for windows...why, I don't know but there are.) First, grab putty. Putty is a ssh client

RE: It is secure to access MySQL thru internet?

2003-08-29 Thread James Moe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 29 Aug 2003 15:59:18 -0400, Fortuno, Adam wrote: I need to access a database thru internet. It is secure to do this using MySql? If the database traffic is encrypted, yes. I do not know if that is an option in Mysql. If you did not do

Re: It is secure to access MySQL thru internet?

2003-08-29 Thread colbey
We use a point to point VPN between server sites for this... so the security/encryption is totally transparent to mysql, it's just connecting to an IP address on tcp/3306 and the vpn appliances down the line deal with all the data security... There are cheaper solutions such as using freeswan,

RE: It is secure to access MySQL thru internet?

2003-08-29 Thread Dathan Vance Pattishall
concepts. People who are already familiar with them can skip this part. ---Original Message- --From: Cal Evans [mailto:[EMAIL PROTECTED] --Sent: Friday, August 29, 2003 1:39 PM --To: Flavio Tobias --Cc: [EMAIL PROTECTED] --Subject: Re: It is secure to access MySQL thru internet? -- --As stated

Re: It is secure to access MySQL thru internet?

2003-08-29 Thread Hans van Harten
Flavio Tobias wrote: I need to access a database thru internet. It is secure to do this using MySql? Sure. If you use a secured connection. What do you mean with secure connection, ssh? How to configure this on MySql? I'ld think about SSL http://www.mysql.com/doc/en/Secure_basics.html