Re: encrypt data

2005-11-26 Thread SGreen
Jake Peavy <[EMAIL PROTECTED]> wrote on 11/26/2005 07:54:22 PM: > Also, do you know if there is any way at all to do the tiniest amount of > research on my own to find out even the most basic information about MySQL > without bothering an entire worldwide mailing list with my trivial > questions?

Re: encrypt data

2005-11-26 Thread Jake Peavy
Also, do you know if there is any way at all to do the tiniest amount of research on my own to find out even the most basic information about MySQL without bothering an entire worldwide mailing list with my trivial questions?

Re: encrypt data

2005-11-26 Thread Gleb Paharenko
Hello. See: http://dev.mysql.com/doc/refman/5.0/en/encryption-functions.html Luiz Rafael Culik Guimaraes wrote: > Dear Friends > > is their any way to encrypt data saved to an mysql server? > > Regards > Luiz > -- For technical support contracts, goto https://order.mysql.com/

Re: Encrypt data

2004-02-26 Thread Moritz von Schweinitz
hi, Mike. What do this using an encrypted loopback-device, on which the /var/lib/mysql stuff resides. just check "man losetup" for instructions. i'm NOT sure about the preformance issues, though. and i am very concerned about filesystem-corruptionby my logic, there's a double risk, since the

Re: Encrypt data

2004-02-24 Thread Frederic Wenzel
Mike Koponick wrote: The idea is that if someone stole the hard drive or computer, it would be hard for someone to break into the database. It seems to me the best way would be to encrypt the drive space, and use the login to authenticate the encryption space on the hard drive. How about sth like