Re: connecting to mysql securely via network

2001-07-06 Thread Tonu Samuel

James Gosnell wrote:

>   If I connect to mysql:
> mysql -u username -p wherever.net
> 
> is that encrypted at all?

No and never will be default behaviour to encrypt communication as this reduces 
performance.
 
> and if I make a network program via the C API, would that be encrypted
> too? Thanks


No.

In MySQL 4.0 it will be standard feature to have SSL protected 
connections when asked to use them. Also there is a different tunneling 
solutions for them. Search for words "CIPE" or "SSL tunnel" with search 
engines and you get right to the point.

Tõnu


-
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




connecting to mysql securely via network

2001-07-05 Thread James Gosnell

If I connect to mysql:
mysql -u username -p wherever.net

is that encrypted at all?

and if I make a network program via the C API, would that be encrypted
too? Thanks


James Gosnell
[EMAIL PROTECTED]

-
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