Re: Securing the Data

2008-01-10 Thread Matthias Witte
On Fri, Jan 11, 2008 at 02:01:37AM +0530, Sujatha S wrote: > Thanks for the update. Is there any method to encrypt the data on mysql? Of course you can do that. You only need to find trustworthy developers and let them implement that. Why do you let them work with production data in the first pla

Re: Securing the Data

2008-01-10 Thread Sujatha S
Thanks Jimmy.. i have to read it!.. Regards, Suja On 1/11/08, Jimmy Guerrero <[EMAIL PROTECTED]> wrote: > > Hello, > > http://dev.mysql.com/doc/refman/5.0/en/encryption-functions.html > > discusses some available encrypt and decrypt functions native to MySQL. > > -- Jimmy > > Sujatha S wrote: >

RE: Securing the Data

2008-01-10 Thread jmacaranas
ubject: Re: Securing the Data Hello, http://dev.mysql.com/doc/refman/5.0/en/encryption-functions.html discusses some available encrypt and decrypt functions native to MySQL. -- Jimmy Sujatha S wrote: > Thanks for the update. Is there any method to encrypt the data on mysql? > > Regards, >

Re: Securing the Data

2008-01-10 Thread Jimmy Guerrero
Hello, http://dev.mysql.com/doc/refman/5.0/en/encryption-functions.html discusses some available encrypt and decrypt functions native to MySQL. -- Jimmy Sujatha S wrote: Thanks for the update. Is there any method to encrypt the data on mysql? Regards, Suja On 1/11/08, [EMAIL PROTECTED] <[EM

Re: Securing the Data

2008-01-10 Thread Sujatha S
Thanks for the update. Is there any method to encrypt the data on mysql? Regards, Suja On 1/11/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > You can limit access to tables in a database using a specific login.. > > Read on GRANT > > > > -Original Message- > From: Sujatha S [mailto:

RE: Securing the Data

2008-01-10 Thread jmacaranas
You can limit access to tables in a database using a specific login.. Read on GRANT -Original Message- From: Sujatha S [mailto:[EMAIL PROTECTED] Sent: Thursday, January 10, 2008 3:06 PM To: mysql@lists.mysql.com Subject: Securing the Data Hello, Is it possible to encrypt data on mys