Re: how mysql sends its data to clients.

2004-06-11 Thread Craig Harding
I do have ssl compiled in but I just want to compare the ssl connection with the regular connection to make sure that I'm actually encrypting the data. call me paranoid. thanks, craig. Egor Egorov wrote: Craig Harding <[EMAIL PROTECTED]> wrote: MySQL protocol is a binary protocol. Still it's not

Re: how mysql sends its data to clients.

2004-06-11 Thread Egor Egorov
Craig Harding <[EMAIL PROTECTED]> wrote: MySQL protocol is a binary protocol. Still it's not encrypted and data could be sniffed. Use MySQL-Max and SSL connections to encrypt data in protocol. > I'm wondering how mysql actually sends its data to a mysql client? Is it > binary data or plain te